mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): fix background upload regression on Android (#4139)
This commit is contained in:
@@ -220,7 +220,9 @@ class BackupService {
|
|||||||
final List<String> duplicatedAssetIds = [];
|
final List<String> duplicatedAssetIds = [];
|
||||||
|
|
||||||
// DON'T KNOW WHY BUT THIS HELPS BACKGROUND BACKUP TO WORK ON IOS
|
// DON'T KNOW WHY BUT THIS HELPS BACKGROUND BACKUP TO WORK ON IOS
|
||||||
await PhotoManager.requestPermissionExtend();
|
if (Platform.isIOS) {
|
||||||
|
await PhotoManager.requestPermissionExtend();
|
||||||
|
}
|
||||||
|
|
||||||
List<AssetEntity> assetsToUpload = sortAssets
|
List<AssetEntity> assetsToUpload = sortAssets
|
||||||
// Upload images before video assets
|
// Upload images before video assets
|
||||||
|
|||||||
Reference in New Issue
Block a user