Join Slack
Powered by
I'm using Jetpack Navigation with a single activit...
# mvrx
j
Jason Hartley
06/06/2022, 9:33 PM
I'm using Jetpack Navigation with a single activity and fragments. If I need to navigate to another screen based on a property in MavericksState, should I call
navigate()
from within
invalidate()
in the fragment, or within
onEach()
in the view model?
Open in Slack
Previous
Next