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

Commit 4c4b5028 authored by fionaxu's avatar fionaxu Committed by android-build-merger
Browse files

Fix the bug introduced by 27788524

am: c77a3b8b

* commit 'c77a3b8b':
  Fix the bug introduced by 27788524

Change-Id: I2b1de13b75108dc167d77f4c81a2973dde2f2019
parents 5f385b58 c77a3b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1465,7 +1465,7 @@ public class DcTracker extends Handler {

        // set to false if apn type is non-metered.
        boolean checkUserDataEnabled =
                !(ApnSetting.isMeteredApnType(apnContext.getApnType(), mPhone.getContext(),
                (ApnSetting.isMeteredApnType(apnContext.getApnType(), mPhone.getContext(),
                        mPhone.getSubId()));

        StringBuilder failureReason = new StringBuilder();