Update the key for invalid files to pull files that were ignored due to permission errors
This commit is contained in:
parent
2a2f0dbd42
commit
4add2afa77
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ class LocalSyncService {
|
|||
static const kPermissionStateKey = "permission_state";
|
||||
static const kEditedFileIDsKey = "edited_file_ids";
|
||||
static const kDownloadedFileIDsKey = "downloaded_file_ids";
|
||||
static const kInvalidFileIDsKey = "invalid_file_ids";
|
||||
// Adding `_2` as a suffic to pull files that were earlier ignored due to permission errors
|
||||
// See https://github.com/CaiJingLong/flutter_photo_manager/issues/589
|
||||
static const kInvalidFileIDsKey = "invalid_file_ids_2";
|
||||
|
||||
LocalSyncService._privateConstructor();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue