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

Commit c3eae59f 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

am: 502fbfcd

Change-Id: If5e774aac40f022b901e32a5ee2c56297e453384
parents dd9f4b04 502fbfcd
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);
    }

    /**