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

Commit df73d3e1 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: I6b59741c5d9e5bf114c8708b07686729d89d8249
parents 3bebbe19 eff7d785
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2068,6 +2068,8 @@ public class ImsManager implements IFeatureConnector {

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