mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
Add the device if it's not in the list yet.
This commit is contained in:
parent
1ff1c20056
commit
cf681a089a
@ -52,6 +52,8 @@ public class ControlCenter extends Activity {
|
||||
int index = deviceList.indexOf(dev); // search by address
|
||||
if (index >= 0) {
|
||||
deviceList.set(index, dev);
|
||||
} else {
|
||||
deviceList.add(dev);
|
||||
}
|
||||
}
|
||||
refreshPairedDevices();
|
||||
|
Loading…
Reference in New Issue
Block a user