mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(mobile): cannot get new photos on Android (#15461)
This commit is contained in:
		
							parent
							
								
									70809c1465
								
							
						
					
					
						commit
						a0b2c69b99
					
				@ -14,6 +14,7 @@ class AlbumMediaRepository implements IAlbumMediaRepository {
 | 
			
		||||
    final List<AssetPathEntity> assetPathEntities =
 | 
			
		||||
        await PhotoManager.getAssetPathList(
 | 
			
		||||
      hasAll: true,
 | 
			
		||||
      filterOption: FilterOptionGroup(containsPathModified: true),
 | 
			
		||||
    );
 | 
			
		||||
    return assetPathEntities.map(_toAlbum).toList();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user