mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +01:00
Do not connect to random (first) device on start
This commit is contained in:
parent
fb996c3301
commit
136825fa9d
@ -218,12 +218,6 @@ public class ControlCenterv2 extends AppCompatActivity
|
||||
} else {
|
||||
GBApplication.deviceService().requestDeviceInfo();
|
||||
}
|
||||
|
||||
List<GBDevice> devices = deviceManager.getDevices();
|
||||
|
||||
if(devices.size() > 0){
|
||||
GBApplication.deviceService().connect(devices.get(0));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user