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

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

Initialize the RTT pipes if incoming calls request am: db81e6ac

am: 4698e070

Change-Id: I1bc10a42782c2c72eac7ded6e7d1a8851436f160
parents 137df1f3 4698e070
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 &&