Don't update the sync time on upload
This commit is contained in:
parent
43c9fa37cd
commit
6e780daa80
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ class PhotoSyncManager {
|
|||
uploadedFile.updationTime,
|
||||
file.encryptedPassword,
|
||||
file.encryptedPasswordIV);
|
||||
_prefs.setInt(_syncTimeKey, uploadedFile.updationTime);
|
||||
Bus.instance.fire(PhotoUploadEvent(
|
||||
completed: i + 1, total: photosToBeUploaded.length));
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue