mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(mobile): cache related crash (#593)
This commit is contained in:
		
							parent
							
								
									1425f2ec78
								
							
						
					
					
						commit
						4c977d2c1f
					
				@ -97,7 +97,7 @@ class ImmichCacheInfoRepository extends ImmichCacheRepository {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      return aTouched.compareTo(bTouched);
 | 
					      return aTouched.compareTo(bTouched);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    return values.skip(capacity).toList();
 | 
					    return values.skip(capacity).take(10).toList();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @override
 | 
					  @override
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user