revert image cache patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-22 12:11:53 +08:00
parent c8187ad3a1
commit c4c4fd5f3d
49 changed files with 157 additions and 107 deletions

View File

@@ -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,
),
),
),