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

Commit 1a0c26dd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Crash in PreferredSimDialogFragment" am: a512817a am: 42cc4057 am:...

Merge "Crash in PreferredSimDialogFragment" am: a512817a am: 42cc4057 am: a4915b26 am: 140d3355

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2207096



Change-Id: I3b2652dfe7abb46558109033328de07011cd0594
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 47b3d752 140d3355
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ public class PreferredSimDialogFragment extends SimDialogFragment implements
        if (dialog == null) {
            Log.d(TAG, "Dialog is null.");
            dismiss();
            return;
        }

        final SubscriptionInfo info = getPreferredSubscription();