mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	fix(mobile): Sort newest first for asset selection in album (#2833)
This commit is contained in:
		
							parent
							
								
									34201be74c
								
							
						
					
					
						commit
						b47027efc2
					
				@ -190,7 +190,7 @@ final remoteAssetsProvider =
 | 
			
		||||
      .remoteIdIsNotNull()
 | 
			
		||||
      .filter()
 | 
			
		||||
      .ownerIdEqualTo(userId)
 | 
			
		||||
      .sortByFileCreatedAt();
 | 
			
		||||
      .sortByFileCreatedAtDesc();
 | 
			
		||||
  final settings = ref.watch(appSettingsServiceProvider);
 | 
			
		||||
  final groupBy =
 | 
			
		||||
      GroupAssetsBy.values[settings.getSetting(AppSettingsEnum.groupAssetsBy)];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user