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