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

Commit aa810543 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am f5082fd1: am 38a7ed0d: am 4a844050: Merge "Telephony: Request for...

am f5082fd1: am 38a7ed0d: am 4a844050: Merge "Telephony: Request for sim_status even if there is no UNSL_SIM_STATUS_CHANGED"

* commit 'f5082fd1':
  Telephony: Request for sim_status even if there is no UNSL_SIM_STATUS_CHANGED
parents 71592446 f5082fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ public class UiccController extends Handler {
        mCi = ci;
        mCi.registerForIccStatusChanged(this, EVENT_ICC_STATUS_CHANGED, null);
        // TODO remove this once modem correctly notifies the unsols
        //mCi.registerForOn(this, EVENT_ICC_STATUS_CHANGED, null);
        mCi.registerForOn(this, EVENT_ICC_STATUS_CHANGED, null);
    }

    private synchronized void onGetIccCardStatusDone(AsyncResult ar) {