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

Commit 66fa138b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed that only one operator shown after switching from single SIM to...

Merge "Fixed that only one operator shown after switching from single SIM to dual SIM" am: 4fea9e5c

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1754721

Change-Id: Idb7b32b057ff64d9397ff5c435e3925626c7b363
parents 0064fc03 4fea9e5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -520,6 +520,7 @@ public class UiccController extends Handler {
                    break;
                    break;
                case EVENT_RADIO_UNAVAILABLE:
                case EVENT_RADIO_UNAVAILABLE:
                    if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card");
                    if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card");
                    sLastSlotStatus = null;
                    UiccSlot uiccSlot = getUiccSlotForPhone(phoneId);
                    UiccSlot uiccSlot = getUiccSlotForPhone(phoneId);
                    if (uiccSlot != null) {
                    if (uiccSlot != null) {
                        uiccSlot.onRadioStateUnavailable();
                        uiccSlot.onRadioStateUnavailable();