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

Commit 0ebc26b1 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

am: 104ebaf3

Change-Id: I5fb537c91cf2b84024ba712a1071857203654762
parents b6bcecd6 104ebaf3
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);
            }
        };