mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-19 08:50:07 +08:00
@@ -109,7 +109,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user