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

Commit 2904808d 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

am: 9ae0a174

Change-Id: I34d9cefac805c6b6a35842d324ea53e5c3a51b65
parents 1c3a6d28 9ae0a174
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);
    }