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

Commit 4a844050 authored by Wink Saville's avatar Wink Saville Committed by android code review
Browse files

Merge "Telephony: Request for sim_status even if there is no UNSL_SIM_STATUS_CHANGED"

parents 713a658e 22e3d139
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) {