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

Commit cff30202 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

Change-Id: Ib26b9490c4e7b4a2509a384ec5a75a6280c5595f
parents 95d03bb6 0e454d9c
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) {