Bug 946165 - Send REQUEST_REPORT_STK_SERVICE_IS_RUNNING after iccid is ready. r=allstars.chh

This commit is contained in:
Edgar Chen 2013-12-06 13:42:36 +08:00
parent 3f814105d6
commit ebfeb212a0

View File

@ -3014,7 +3014,6 @@ let RIL = {
}
ICCRecordHelper.fetchICCRecords();
this.reportStkServiceIsRunning();
}
this.cardState = newCardState;
@ -11225,6 +11224,7 @@ let ICCRecordHelper = {
if (DEBUG) debug("ICCID: " + RIL.iccInfo.iccid);
if (RIL.iccInfo.iccid) {
ICCUtilsHelper.handleICCInfoChange();
RIL.reportStkServiceIsRunning();
}
}