Join Slack
Powered by
I have a strange issue in my code where `LaunchedE...
# compose
r
Rafs
01/03/2023, 9:53 AM
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
Jakub Syty
01/03/2023, 9:56 AM
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
6
Views
Open in Slack
Previous
Next