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

Commit 104ebaf3 authored by Qingxi Li's avatar Qingxi Li Committed by android-build-merger
Browse files

Merge "Fix issue no SIM broadcast under pass through mode." into pi-dev

am: d01c6d85

Change-Id: I7d1c8c35c122d95f9c6ac462c783ceca75594c3e
parents 13e4ec17 d01c6d85
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -162,7 +162,12 @@ public class EuiccCard extends UiccCard {

            @Override
            public void onException(Throwable e) {
                // Not notifying registrants if getting eid fails.
                // Still notifying registrants even getting eid fails.
                if (mEidReadyRegistrants != null) {
                    mEidReadyRegistrants.notifyRegistrants(new AsyncResult(null, null, null));
                }
                mEid = "";
                mCardId = "";
                Rlog.e(LOG_TAG, "Failed loading eid", e);
            }
        };