fix: reduce memory cache size percentage in TvActivity

This commit is contained in:
2026-04-07 18:51:07 +02:00
parent 69ae10c761
commit 8a6c745332

View File

@@ -109,7 +109,7 @@ class TvActivity : ComponentActivity() {
}
.memoryCache {
MemoryCache.Builder()
.maxSizePercent(context, 0.20)
.maxSizePercent(context, 0.08)
.build()
}
.diskCache {