mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-03 15:50:18 +08:00
revert image cache patch
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -302,7 +302,7 @@ class _AudioPageState extends State<AudioPage> {
|
||||
Assets.livingStatic,
|
||||
width: 16,
|
||||
height: 16,
|
||||
cacheWidth: 16,
|
||||
cacheWidth: 16.cacheSize,
|
||||
color: colorScheme.primary,
|
||||
),
|
||||
),
|
||||
@@ -344,7 +344,7 @@ class _AudioPageState extends State<AudioPage> {
|
||||
Assets.livingStatic,
|
||||
width: 16,
|
||||
height: 16,
|
||||
cacheWidth: 16,
|
||||
cacheWidth: 16.cacheSize,
|
||||
color: colorScheme.primary,
|
||||
),
|
||||
),
|
||||
@@ -905,7 +905,7 @@ class _AudioPageState extends State<AudioPage> {
|
||||
src: cover,
|
||||
width: 170,
|
||||
height: 170,
|
||||
cacheWidth: false,
|
||||
cacheWidthBool: false,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user