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

Commit f21220de authored by shishir's avatar shishir Committed by android-build-merger
Browse files

Merge "Unregister from carrier privilege notification on updateIccAvailability."

am: 2ceab1c4

Change-Id: Ic4edf26a7fb0a67ad764270d1d86395dbd6012b9
parents 7f038555 2ceab1c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -467,6 +467,7 @@ public class IccCardProxy extends Handler implements IccCard {

    private void unregisterUiccCardEvents() {
        if (mUiccCard != null) mUiccCard.unregisterForAbsent(this);
        if (mUiccCard != null) mUiccCard.unregisterForCarrierPrivilegeRulesLoaded(this);
        if (mUiccApplication != null) mUiccApplication.unregisterForReady(this);
        if (mUiccApplication != null) mUiccApplication.unregisterForLocked(this);
        if (mUiccApplication != null) mUiccApplication.unregisterForNetworkLocked(this);