Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bebf18a0 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "SST only cancels its own notifications"

parents bc6ea121 5e25dd2b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3451,7 +3451,9 @@ public class ServiceStateTracker extends Handler {
        if (DBG) log("setNotification: cancelAllNotifications");
        NotificationManager notificationManager = (NotificationManager)
                mPhone.getContext().getSystemService(Context.NOTIFICATION_SERVICE);
        notificationManager.cancelAll();
        notificationManager.cancel(PS_NOTIFICATION);
        notificationManager.cancel(CS_NOTIFICATION);
        notificationManager.cancel(CS_REJECT_CAUSE_NOTIFICATION);
    }

    /**