Jiří Klimeš
Results
1
comments of
Jiří Klimeš
Ah, I'm finally starting to understand a little bit what's going on here. In the `NavHost` composable there's a `LaunchedEffect(progress)` on [line 190](https://github.com/Tlaster/PreCompose/blob/8e6ca3ab55b418b4beb0526a0dfcd4306dd54904/precompose/src/commonMain/kotlin/moe/tlaster/precompose/navigation/NavHost.kt#L190). During fast navigation this can (for one...