Fixed bluetooth audio route not being selected after answering call

This commit is contained in:
Sylvain Berfini 2022-05-16 10:11:51 +02:00
parent adf1675a06
commit 0611109c04

View file

@ -388,6 +388,7 @@ class ControlsViewModel : ViewModel() {
updateVideoAvailable() updateVideoAvailable()
updateVideoEnabled() updateVideoEnabled()
updateSpeakerState() updateSpeakerState()
updateBluetoothHeadsetState()
updateAudioRoutesState() updateAudioRoutesState()
} }