mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix wrong cache manager used
This commit is contained in:
parent
69d6ec9628
commit
9ab9f11fb5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class _SharedFileViewerState extends State<SharedFileViewer> {
|
|||
fit: BoxFit.cover,
|
||||
clipBehavior: Clip.hardEdge,
|
||||
child: CachedNetworkImage(
|
||||
cacheManager: CoverCacheManager.inst,
|
||||
cacheManager: LargeImageCacheManager.inst,
|
||||
imageUrl: previewUrl,
|
||||
httpHeaders: {
|
||||
"Authorization":
|
||||
|
|
Loading…
Reference in a new issue