mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 10:08:52 +02:00
Reducing the amount of CPU memory used for images to the default.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user