I'm using Jetpack Navigation with a single activit...
# mvrx
j
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?