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

Commit 7299401e authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

Merge "Include phoneId as extra when subId is not available."

parents ad8b5c99 ba71c5f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2048,6 +2048,8 @@ public class SubscriptionManager {
            putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]);
        } else {
            logd("putPhoneIdAndSubIdExtra: no valid subs");
            intent.putExtra(PhoneConstants.PHONE_KEY, phoneId);
            intent.putExtra(PhoneConstants.SLOT_KEY, phoneId);
        }
    }