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

Commit dafdb83c authored by Yiyi Shen's avatar Yiyi Shen
Browse files

Fix csip device show twice in saved devices list

Bug: 418437422
Flag: EXEMPT small fix
Test: atest
Change-Id: Ib4706d9a0d79de9761ce582e49217e7cba312b7a
parent d6595a71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,8 +107,8 @@ public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
                + cachedDevice.isConnected() + ", is exclusively managed : "
                + isExclusivelyManaged);
        return device.getBondState() == BluetoothDevice.BOND_BONDED
                && (mShowConnectedDevice || (!device.isConnected()
                && isDeviceInCachedDevicesList(cachedDevice)))
                && (mShowConnectedDevice || !device.isConnected())
                && isDeviceInCachedDevicesList(cachedDevice)
                && !isExclusivelyManaged;
    }

+158 −83

File changed.

Preview size limit exceeded, changes collapsed.