1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 16:56:57 +02:00

Do not connect to random (first) device on start

This commit is contained in:
cpfeiffer 2020-02-26 21:15:30 +01:00
parent fb996c3301
commit 136825fa9d

View File

@ -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