futuredapp / kmp-futured-template

Template for creating Kotlin Multiplatform applications at Futured.
20 stars 2 forks source link

Screen transition glitches #2

Closed matejsemancik closed 10 months ago

matejsemancik commented 11 months ago

When using Children Composable from Jetpack Compose extensions, there is a glitch if one enables navigation stack animations.

When navigating between two screens which display the same image resource, one of them can sometimes get deformed. Also happens when the same image resource is displayed on a screen more than once.

ezgif-3-c72ba22e9c

matejsemancik commented 10 months ago

The issue was ConstraintLayout screwing with layout during animations. Bumped ConstraintLayout to latest alpha and problem resolved itself.