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

Commit 502fbfcd authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "SST only cancels its own notifications" am: bebf18a0

am: 45226eec

Change-Id: Idada1d507612e87e727194dffc5d4017d3b81777
parents d19c2c1a 45226eec
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);
    }

    /**