Uses cached images instead of reloading them by default

This commit is contained in:
Vitor Pamplona 2023-01-21 13:32:22 -03:00
parent ffe58f3d41
commit 80f58875bb

View File

@ -44,7 +44,9 @@ class MainActivity : ComponentActivity() {
add(GifDecoder.Factory())
}
add(SvgDecoder.Factory())
}.build()
}
.respectCacheHeaders(false)
.build()
}
setContent {