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

Commit 54f33448 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 2564450 - prevent deadlock in BT settings

Change-Id: Iea5d341d771d18e5d9bf7c6686995ba6cbbf2172
parent 6e74d41b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ public class CachedBluetoothDeviceManager {
    public CachedBluetoothDeviceManager(LocalBluetoothManager localManager) {
        mLocalManager = localManager;
        mCallbacks = localManager.getCallbacks();
        readPairedDevices();
    }

    private synchronized boolean readPairedDevices() {