mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
unrelated change
This commit is contained in:
@@ -64,11 +64,6 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
yield image;
|
yield image;
|
||||||
} catch (e) {
|
|
||||||
evict();
|
|
||||||
if (!isCancelled) {
|
|
||||||
_log.severe('Error loading image', e);
|
|
||||||
}
|
|
||||||
} finally {
|
} finally {
|
||||||
this.request = null;
|
this.request = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user