mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-18 09:36:52 +08:00
revert image cache patch
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -188,15 +188,15 @@ class DetailItem extends StatelessWidget {
|
||||
width: maxWidth,
|
||||
height: maxHeight,
|
||||
fit: BoxFit.cover,
|
||||
cacheWidth: cacheWidth,
|
||||
cacheHeight: cacheHeight,
|
||||
cacheWidth: cacheWidth?.cacheSize,
|
||||
cacheHeight: cacheHeight?.cacheSize,
|
||||
),
|
||||
)
|
||||
: NetworkImgLayer(
|
||||
src: entry.cover,
|
||||
width: maxWidth,
|
||||
height: maxHeight,
|
||||
cacheWidth: entry.pageData?.cacheWidth,
|
||||
cacheWidthBool: entry.pageData?.cacheWidth,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user