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

Commit 2fac4909 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

Change-Id: I8ec326ace8120e09ec4bbaf8733a6537614bb8ee
parents b8d3e661 eff7d785
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;
    }