1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(mobile): better error message (#5653)

This commit is contained in:
Alex 2023-12-12 08:58:13 -06:00 committed by GitHub
parent fba9e784fb
commit af7c4ae090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,7 @@ class BackupNotifier extends StateNotifier<BackUpState> {
); );
if (allUniqueAssets.isEmpty) { if (allUniqueAssets.isEmpty) {
log.info("Not found albums or assets on the device to backup"); log.info("No assets are selected for back up");
state = state.copyWith( state = state.copyWith(
backupProgress: BackUpProgressEnum.idle, backupProgress: BackUpProgressEnum.idle,
allAssetsInDatabase: allAssetsInDatabase, allAssetsInDatabase: allAssetsInDatabase,