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

Commit 44fd3c8a authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Turn off RTT if a carrier doesn't support it am: eff7d785 am: 2fac4909

Change-Id: I42dabab3ad0fead8d88458eea83017351cb8beed
parents e23722a8 2fac4909
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2072,6 +2072,8 @@ public class ImsManager implements IFeatureConnector {

        if (isCarrierSupported) {
            setRttConfig(shouldImsRttBeOn);
        } else {
            setRttConfig(false);
        }
        return isCarrierSupported && shouldImsRttBeOn;
    }