Merge pull request #12369 from t895/coil-cache

Android: Allow Coil image cache to use more memory
This commit is contained in:
JosJuice
2023-12-13 21:11:59 +01:00
committed by GitHub

View File

@ -73,7 +73,7 @@ object CoilUtils {
}
.memoryCache {
MemoryCache.Builder(DolphinApplication.getAppContext())
.maxSizePercent(0.25)
.maxSizePercent(0.9)
.build()
}
.build()