AudioDeviceBroker: Add missing break
Fix a regression after: 3fe5af4890 A2DP switch device refactor
Test: Manual
Change-Id: Id00aa3ebeb790d66f97218c9e3b1fae99f5ef6b8
This commit is contained in:
@@ -1205,6 +1205,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
mDeviceInventory.onSetBtActiveDevice((BtDeviceInfo) msg.obj,
|
||||
mAudioService.getBluetoothContextualVolumeStream());
|
||||
}
|
||||
break;
|
||||
case MSG_BT_HEADSET_CNCT_FAILED:
|
||||
synchronized (mSetModeLock) {
|
||||
synchronized (mDeviceStateLock) {
|
||||
|
||||
Reference in New Issue
Block a user