pawegio
05/20/2021, 12:59 PMnavigation-compose
1.0.0-x
I was able to pass Parcelable
argument this way:
currentBackStackEntry?.arguments?.putParcelable(...)
after updating to 2.4.0-alpha01
it seems to no longer work as I see that previousBackStackEntry?.arguments?.getParcelable
returns a null
value in new destination. What’s the right/new way to perform it now?pawegio
05/20/2021, 1:20 PMpawegio
05/20/2021, 1:23 PMJavier
05/20/2021, 1:40 PM