mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-27 19:15:50 +01:00
Fix reconnect delay reset after all devices are initialized
This commit is contained in:
parent
db4349bfc9
commit
aa87c5abeb
@ -74,6 +74,7 @@ public class AutoConnectIntervalReceiver extends BroadcastReceiver {
|
||||
|
||||
if(allDevicesInitialized){
|
||||
LOG.info("will reset connection delay, all devices are initialized!");
|
||||
mDelay = 4;
|
||||
return;
|
||||
}
|
||||
if(scheduleAutoConnect){
|
||||
|
Loading…
Reference in New Issue
Block a user