Long story short... you shouldn't be passing objects in navigation. Think of it like a web url. You only pass small amount of args, but not full on objects.
➕ 3
h
HyunWoo Lee
07/20/2021, 4:23 AM
I just use navGraphViewModels when I pass object in jetpack nav component. I think ViewModel will be proper solution of that case.