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