Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-04 17:45:33 +08:00
parent 73d7d78080
commit 295a587df5
4 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ Future<ui.Image?> _getImg(String url) async {
key: cacheKey,
headers: Constants.baseHeaders,
);
return _loadImg(fileInfo.path);
return await _loadImg(fileInfo.path);
} catch (_) {
return null;
}