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

Commit 9b58606e authored by Yuanru Qian's avatar Yuanru Qian Committed by Android (Google) Code Review
Browse files

Merge "quick fix for ag/33582136" into main

parents d694630b cd310c69
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 "