image cache patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-11 12:51:45 +08:00
parent 32eeef7866
commit 459f84b208
48 changed files with 260 additions and 143 deletions

View File

@@ -298,9 +298,7 @@ class _AudioPageState extends State<AudioPage> {
Assets.livingStatic,
width: 16,
height: 16,
cacheWidth: 16.cacheSize(
context,
),
cacheWidth: 16,
color: colorScheme.primary,
),
),
@@ -342,9 +340,7 @@ class _AudioPageState extends State<AudioPage> {
Assets.livingStatic,
width: 16,
height: 16,
cacheWidth: 16.cacheSize(
context,
),
cacheWidth: 16,
color: colorScheme.primary,
),
),