Only disk is much slower

This commit is contained in:
Vitor Pamplona
2023-01-27 20:28:30 -03:00
parent ee2684a775
commit acff1316be

View File

@ -50,12 +50,11 @@ class MainActivity : ComponentActivity() {
add(GifDecoder.Factory()) add(GifDecoder.Factory())
} }
add(SvgDecoder.Factory()) add(SvgDecoder.Factory())
}.memoryCachePolicy(CachePolicy.DISABLED) }
.respectCacheHeaders(false) .respectCacheHeaders(false)
.build() .build()
} }
setContent { setContent {
AmethystTheme { AmethystTheme {
// A surface container using the 'background' color from the theme // A surface container using the 'background' color from the theme