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

Commit 77ce80d6 authored by Pingzhi Wang's avatar Pingzhi Wang Committed by David Magno
Browse files

Crash in PreferredSimDialogFragment

NullPointerException when removing physical SIM card

Bug: 244622300
Test: Manual
Change-Id: Ie32c4d07e4c77a0460265a47501e332ae62e17e4
parent 36a80cd8
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();