Merge "Do not update the previously connected devices for the sub device"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f5d0a1e6b0
@@ -65,7 +65,7 @@ public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
|
||||
removePreferenceIfNecessary(bluetoothDevices, cachedManager);
|
||||
for (BluetoothDevice device : bluetoothDevices) {
|
||||
final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device);
|
||||
if (cachedDevice != null) {
|
||||
if (cachedDevice != null && !cachedManager.isSubDevice(device)) {
|
||||
update(cachedDevice);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user