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

Commit 687199f7 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "AudioDeviceBroker: Add missing break" am: 741d8332 am: 7e0d2a88 am:...

Merge "AudioDeviceBroker: Add missing break" am: 741d8332 am: 7e0d2a88 am: 3bdce9fe am: bb40487b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1951938

Change-Id: I89381b4f395e42f67cfda79e04dccbfb242c897b
parents c3e5ade0 bb40487b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1219,6 +1219,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) {