I have a usual flow of fragment A->B->C
I have a shortcut from A -> C, skipping B - but I would like to get to popup to B while backpressing from C.
So I need either setting manual backstack like A -> B,C - or some like of deep link, but I can’t find any real examples