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

Commit d12cc2df authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Fix data call retry issue on non dds sub" am: 0e454d9c

am: cff30202

Change-Id: Ia050ae7a263291d131b94ba52e794378f4bcfcb4
parents 42708e93 cff30202
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2253,7 +2253,7 @@ public class DcTracker extends Handler {
        intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);

        // Get current sub id.
        int subId = SubscriptionManager.getDefaultDataSubscriptionId();
        int subId = mPhone.getSubId();
        intent.putExtra(PhoneConstants.SUBSCRIPTION_KEY, subId);

        if (DBG) {