Don't update the sync time on upload

This commit is contained in:
Vishnu Mohandas 2020-09-14 12:39:28 +05:30
parent 43c9fa37cd
commit 6e780daa80

View file

@ -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) {