mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +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,
|
fit: BoxFit.cover,
|
||||||
clipBehavior: Clip.hardEdge,
|
clipBehavior: Clip.hardEdge,
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
cacheManager: CoverCacheManager.inst,
|
cacheManager: LargeImageCacheManager.inst,
|
||||||
imageUrl: previewUrl,
|
imageUrl: previewUrl,
|
||||||
httpHeaders: {
|
httpHeaders: {
|
||||||
"Authorization":
|
"Authorization":
|
||||||
|
|
Loading…
Reference in a new issue