Reducing the amount of CPU memory used for images to the default.

This commit is contained in:
Vitor Pamplona 2024-08-08 11:51:35 -04:00
parent 02f7b54661
commit 68cad97819

View File

@ -75,7 +75,6 @@ class Amethyst : Application() {
val coilMemCache: MemoryCache by lazy {
MemoryCache
.Builder(this)
.maxSizePercent(0.40) // memory heavy app due to profile pics and videos.
.build()
}