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

Commit c77a3b8b authored by fionaxu's avatar fionaxu
Browse files

Fix the bug introduced by 27788524

Change-Id: I07aa3d4e56051183d02a8878bcbef3f447a522b2

Bug: 28251633
parent 2707808f
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();