mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-30 04:40:40 +02:00
Only disk is much slower
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user