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

Commit d9a2d2af authored by Hall Liu's avatar Hall Liu
Browse files

Rename the RTT audio flag in ImsStreamMediaProfile

Test: manual
Bug: 123938874
Change-Id: I660289bdb6e4ff1bdf5e869b6f9e371f02728c65
parent 6f5515a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1055,7 +1055,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);
    }