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

Commit 1d2f5c39 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I76d2295c

* changes:
  SIM toolkit: Phone app crashes while reading SIM card
parents 69e0eae0 76d2295c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -467,8 +467,7 @@ public class StkService extends Handler implements AppInterface {
            sInstance = new StkService(ci, sr, context, fh, sc);
            StkLog.d(sInstance, "NEW sInstance");
        } else if ((sr != null) && (mSimRecords != sr)) {
            StkLog.d(sInstance, String.format(
                    "Reinitialize the Service with SIMRecords sr=0x%x.", sr));
            StkLog.d(sInstance, "Reinitialize the Service with SIMRecords");
            mSimRecords = sr;

            // re-Register for SIM ready event.