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

Commit 8f1e1be6 authored by Yuanru Qian's avatar Yuanru Qian Committed by Android Build Coastguard Worker
Browse files

quick fix for ag/33582136

Test: locally tested
Bug: b/414729545
Flag: EXEMPT minor fix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cd310c6973158c548d3463aec1bec8af9ef2d51c)
Merged-In: Ib785c515bab1c0d201c367748b62235e3f5255bd
Change-Id: Ib785c515bab1c0d201c367748b62235e3f5255bd
parent 010ad67b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -568,9 +568,9 @@ public class BluetoothEventManager {
                Log.w(TAG, "AclStateChangedHandler: action is null");
                return;
            }
            final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device);
            CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device);
            if (activeDevice == null) {
                mDeviceManager.addDevice(device);
                activeDevice = mDeviceManager.addDevice(device);
                Log.d(
                        TAG,
                        "AclStateChangedHandler created new CachedBluetoothDevice "