mirror of
https://github.com/immich-app/immich.git
synced 2025-11-02 21:27:39 +09:00
@@ -59,6 +59,7 @@ ImageInfo? getCachedImage(ImageProvider key) {
|
||||
final ImageStreamCompleter? stream = PaintingBinding.instance.imageCache.putIfAbsent(
|
||||
key,
|
||||
() => throw Exception(), // don't bother loading if it isn't cached
|
||||
onError: (_, __) {},
|
||||
);
|
||||
|
||||
if (stream != null) {
|
||||
|
||||
Reference in New Issue
Block a user