This commit is contained in:
Valere 2020-06-22 09:48:01 +02:00
parent 04a7c57d64
commit 07e57b1498
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class CallAudioManager(
if (audioManager != null && isBluetoothHeadsetConnected(audioManager!!)) { if (audioManager != null && isBluetoothHeadsetConnected(audioManager!!)) {
audioManager?.stopBluetoothSco() audioManager?.stopBluetoothSco()
audioManager?.isBluetoothScoOn = false audioManager?.isBluetoothScoOn = false
audioManager?.setSpeakerphoneOn(false) audioManager?.isSpeakerphoneOn = false
} }
bluetoothAdapter?.closeProfileProxy(BluetoothProfile.HEADSET, it) bluetoothAdapter?.closeProfileProxy(BluetoothProfile.HEADSET, it)
} }