I have a strange issue in my code where `LaunchedE...
# compose
r
I have a strange issue in my code where
LaunchedEffect
from my composable is getting called before
onDispose
of the previous navigation composable’s
DisposableEffect
j
Is that strange though? I'm not aware of any guarantees against that. In fact taking transitions into account it's reasonable to think of the flow like: the new screen have to be created -> Make transition to new screen -> destroy the old one