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

Commit 4cc06444 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Rename isDataCapable to isDataConnectionEnabled" am: 827f9acd

Change-Id: I3e75b1ef17c7de9c8a1f6a34edf2dc28ea8f6a85
parents 23a87b81 827f9acd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2652,7 +2652,7 @@ public class ImsManager implements IFeatureConnector {
    }

    private boolean isDataEnabled() {
        return new TelephonyManager(mContext, getSubId()).isDataCapable();
        return new TelephonyManager(mContext, getSubId()).isDataConnectionEnabled();
    }

    private boolean isVolteProvisioned() {