mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(mobile): better error message (#5653)
This commit is contained in:
parent
fba9e784fb
commit
af7c4ae090
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue