Navigate from nested fragment?

Viewed 27

If I have 2 nasted navigation fragment (inner and outer) how can I navigate to outer fragment distanation from inner fragment the right way (in outer fragment area)?

The code looks exactly like this sample https://github.com/ubuntudroid/NestedNavigationSample

All I came up with was pass the controller of outer fragment to inner.

0 Answers
Related