mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
+1
-1
@@ -151,7 +151,7 @@ public class FetchActivityOperation extends AbstractMiBand2Operation {
|
||||
private void handleActivityFetchFinish() {
|
||||
LOG.info("Fetching activity data has finished round " + fetchCount);
|
||||
GregorianCalendar lastSyncTimestamp = saveSamples();
|
||||
if (needsAnotherFetch(lastSyncTimestamp)) {
|
||||
if (lastSyncTimestamp != null && needsAnotherFetch(lastSyncTimestamp)) {
|
||||
try {
|
||||
startFetching();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user