platform clients

This commit is contained in:
mertalev
2025-08-29 18:26:42 -04:00
parent 78516a97b3
commit 87e1539912
12 changed files with 139 additions and 222 deletions
@@ -62,6 +62,11 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
return;
}
yield image;
} catch (e) {
evict();
if (!isCancelled) {
_log.severe('Error loading image', e);
}
} finally {
this.request = null;
}