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

Commit d01c6d85 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 30d9361a c5334256
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);
            }
        };