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

Commit e35e025f authored by Adnan's avatar Adnan
Browse files

Telephony: Actually abort flex mapping if subs are null.

  - Otherwise we attempt to still deactivate subscriptions
  which are not accessible.

Change-Id: I380842a3e090b0bae0cc63b4367704a89a775e43
parent 9b2cf77f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -725,6 +725,7 @@ public class ModemStackController extends Handler {
        if (subInfoList == null) {
            //if getting sub info list is failed, abort cross mapping process.
            notifyStackReady(false);
            return;
        }
        for (SubInfoRecord subInfo : subInfoList) {
            int subStatus = subCtrlr.getSubState(subInfo.subId);