feat(mobile): Prevent premature image cache eviction when higher image loading is enabled (#26208)

* feat(mobile): enhance image loading with error handling and eviction options

* pull request suggestions: remove log and remove useless local implementation
This commit is contained in:
Luis Nachtigall
2026-02-25 23:31:37 +01:00
committed by GitHub
parent 3bed1b6131
commit 4c79c3c902
3 changed files with 13 additions and 8 deletions
@@ -94,7 +94,6 @@ class LocalFullImageProvider extends CancellableImageProvider<LocalFullImageProv
size: Size(size.width * devicePixelRatio, size.height * devicePixelRatio),
assetType: key.assetType,
);
yield* loadRequest(request, decode);
if (!Store.get(StoreKey.loadOriginal, false)) {