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

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

Merge "getIccCardStatus with slot index when modem response sim refresh." am: 644c6785

am: 8b106065

Change-Id: I461da872bfdab59382aecac7e0b6929f0ba439b5
parents 0651ce20 8b106065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ public class UiccController extends Handler {
            if (requirePowerOffOnSimRefreshReset) {
                mCis[index].setRadioPower(false, null);
            } else {
                mCis[index].getIccCardStatus(obtainMessage(EVENT_GET_ICC_STATUS_DONE));
                mCis[index].getIccCardStatus(obtainMessage(EVENT_GET_ICC_STATUS_DONE, index));
            }
            mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
        }