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

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

Merge "Rename the RTT audio flag in ImsStreamMediaProfile" am: 156197b1

am: 07237878

Change-Id: Id7c125b418dd39b8d9912655e4246de7a47fa2f3
parents c808f71d 07237878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1058,7 +1058,7 @@ public class ImsPhoneConnection extends Connection implements
    public void onRttAudioIndicatorChanged(ImsStreamMediaProfile profile) {
        Bundle extras = new Bundle();
        extras.putBoolean(android.telecom.Connection.EXTRA_IS_RTT_AUDIO_PRESENT,
                profile.getRttAudioSpeech());
                profile.isReceivingRttAudio());
        onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED,
                extras);
    }