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

Commit dbabd2f6 authored by kun.tang's avatar kun.tang Committed by android-build-merger
Browse files

Merge "Unregister receiver when SIMRecords dispose." am: 375768dd

am: b12efded

Change-Id: Ie81313099b7b321f75f6023cd83bd64f78da0b64
parents 19dc833c b12efded
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ public class SIMRecords extends IccRecords {
        mCi.unSetOnSmsOnSim(this);
        mParentApp.unregisterForReady(this);
        mParentApp.unregisterForLocked(this);
        mContext.unregisterReceiver(mReceiver);
        resetRecords();
        super.dispose();
    }