mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
garmin: honour the datetime_synconconnect preference instead of hardcoding a time sync for each connection
This commit is contained in:
+3
-1
@@ -583,7 +583,9 @@ public class GarminSupport extends AbstractBTLESingleDeviceSupport implements IC
|
||||
}
|
||||
|
||||
private void completeInitialization() {
|
||||
onSetTime();
|
||||
if (GBApplication.getPrefs().syncTime()) {
|
||||
onSetTime();
|
||||
}
|
||||
enableWeather();
|
||||
|
||||
//following is needed for vivomove style
|
||||
|
||||
Reference in New Issue
Block a user