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
commit fe014dac06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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