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

Commit 0e454d9c authored by Pengquan Meng's avatar Pengquan Meng Committed by Gerrit Code Review
Browse files

Merge "Fix data call retry issue on non dds sub"

parents da832a55 4f580e63
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) {