using jetpack's navigation graph, is there a way t...
# android
i
using jetpack's navigation graph, is there a way to pass safe args to a destination? (not directions)
google 2
stackoverflow 1
b
yes
i
ok apparently I need to set a global action
a
You don't
Pass args to fragments without setting global action if needed
i
yeah, I know it's possible using
Bundle
. But I was wondering if it can be done with safe args as well
and it can... using global action