mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(mobile): better error message (#5653)
This commit is contained in:
		
							parent
							
								
									fba9e784fb
								
							
						
					
					
						commit
						af7c4ae090
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user