mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
a573a23c83
commit
09a5963eee
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue