mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
fix: reduce memory cache size percentage in TvActivity
This commit is contained in:
@@ -109,7 +109,7 @@ class TvActivity : ComponentActivity() {
|
||||
}
|
||||
.memoryCache {
|
||||
MemoryCache.Builder()
|
||||
.maxSizePercent(context, 0.20)
|
||||
.maxSizePercent(context, 0.08)
|
||||
.build()
|
||||
}
|
||||
.diskCache {
|
||||
|
||||
Reference in New Issue
Block a user