Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fbe0638 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

AudioDeviceBroker: Add missing break

Fix a regression after: 3fe5af48 A2DP switch device refactor

Test: Manual
Change-Id: Id00aa3ebeb790d66f97218c9e3b1fae99f5ef6b8
parent 365a2bab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {