1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +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

View File

@@ -345,7 +345,7 @@ class BackupNotifier extends StateNotifier<BackUpState> {
);
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(
backupProgress: BackUpProgressEnum.idle,
allAssetsInDatabase: allAssetsInDatabase,