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

Commit 86c25822 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4818534 from 48dc5a3b to pi-release

Change-Id: I9edffaa5a0efd594ff87defd77c68233c6cb13dd
parents 9b157e05 48dc5a3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1456,6 +1456,10 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            if ((mConnectionProperties & Connection.PROPERTY_IS_RTT) ==
                    Connection.PROPERTY_IS_RTT) {
                createRttStreams();
                // Call startRtt to pass the RTT pipes down to the connection service.
                // They already turned on the RTT property so no request should be sent.
                mConnectionService.startRtt(this,
                        getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs());
                mWasEverRtt = true;
                if (isEmergencyCall()) {
                    mCallsManager.setAudioRoute(CallAudioState.ROUTE_SPEAKER, null);