This commit is contained in:
Valere 2020-06-22 09:48:01 +02:00
parent 04a7c57d64
commit 07e57b1498

View File

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