mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
Fix duplicate requests
Caused by whole synchronize on resume Fixed by only download on resume
This commit is contained in:
parent
cdb9bd9a74
commit
7bb3419e3f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class NotesListViewActivity extends AppCompatActivity implements
|
||||||
setListView(db.getNotes());
|
setListView(db.getNotes());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
db.synchronizeWithServer();
|
db.getNoteServerSyncHelper().downloadNotes();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue