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

Commit 8b106065 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

Change-Id: Iab239bb19cb74dfaa67551c9d97f7df6a8914c58
parents 56725dd7 644c6785
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));
        }