diff --git a/lib/services/local_sync_service.dart b/lib/services/local_sync_service.dart index e8c48ec67..76c5e645f 100644 --- a/lib/services/local_sync_service.dart +++ b/lib/services/local_sync_service.dart @@ -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();