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

Commit 52993a3e authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Turn off RTT if a carrier doesn't support it"

parents fd350b73 ec881ff2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2074,6 +2074,8 @@ public class ImsManager implements IFeatureConnector {

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