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

Commit d946697f authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6826141 from 962e4791 to rvc-qpr1-release

Change-Id: I097b9f524a5b7024a74f59d40b52abd97cc254d4
parents c6708e31 962e4791
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4210,6 +4210,12 @@ public class ServiceStateTracker extends Handler {
            notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION);
            notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION);
            notificationManager.cancel(Integer.toString(mPrevSubId), CS_REJECT_CAUSE_NOTIFICATION);

            // Cancel Emergency call warning and network preference notifications
            notificationManager.cancel(
                    CarrierServiceStateTracker.EMERGENCY_NOTIFICATION_TAG, mPrevSubId);
            notificationManager.cancel(
                    CarrierServiceStateTracker.PREF_NETWORK_NOTIFICATION_TAG, mPrevSubId);
        }
    }