mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-03 09:38:13 +08:00
committed by
GitHub
parent
e619946b9c
commit
66a191b018
@@ -153,7 +153,7 @@ class VideoShotImage extends StatefulWidget {
|
||||
}
|
||||
|
||||
Future<ui.Image?> _getImg(String url) async {
|
||||
final cacheManager = DefaultCacheManager();
|
||||
final cacheManager = DefaultCacheManager.instance!;
|
||||
final cacheKey = Utils.getFileName(url, fileExt: false);
|
||||
try {
|
||||
final fileInfo = await cacheManager.getSingleFile(
|
||||
|
||||
Reference in New Issue
Block a user