We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e318673 + cd45eff commit 20d483cCopy full SHA for 20d483c
android/src/main/java/com/zxcpoiu/incallmanager/AppRTC/AppRTCBluetoothManager.java
@@ -145,6 +145,7 @@ private void updateDeviceList() {
145
boolean needChange = false;
146
if (bluetoothAudioDevice != null && newBtDevice == null) {
147
needChange = true;
148
+ bluetoothState = State.HEADSET_UNAVAILABLE;
149
} else if (bluetoothAudioDevice == null && newBtDevice != null) {
150
151
} else if (bluetoothAudioDevice != null && bluetoothAudioDevice.getId() != newBtDevice.getId()) {
0 commit comments