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

Commit dad6aa83 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Initialize the RTT pipes if incoming calls request"

am: 6667b1c3

Change-Id: I09b78e849a4b978e6b5d034d2a2555647586dbc7
parents becd3b81 6667b1c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -947,7 +947,7 @@ public class CallsManager extends Call.ListenerBase
                call.setIsVoipAudioMode(true);
            }
        }
        if (isRttSettingOn() &&
        if (isRttSettingOn() ||
                extras.getBoolean(TelecomManager.EXTRA_START_CALL_WITH_RTT, false)) {
            Log.i(this, "Incoming call requesting RTT, rtt setting is %b", isRttSettingOn());
            if (phoneAccount != null &&