mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): cache related crash (#593)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user