Relative Content

Tag Archive for kotlinandroid-jetpack-composecomposable

Jetpack Compose image path change causes flash

I have a composable that displays an Image (available locally), and my composable observes state of the file path. The application displays the low quality image while loading the full file, and once the full file is properly ready to be displayed, the state updates with the new path. However, on displaying the higher quality image there is a brief flash. How can I eliminate this flash?