JetradarMobile / android-multibackstack

Persistent bottom navigation like in instagram
Apache License 2.0
216 stars 28 forks source link

Handeling showing of Fragments not represented in the bottom navigation #7

Closed hannojg closed 7 years ago

hannojg commented 7 years ago

Hello,

how would you recommand to show new fragments that are not represented in the bottom bar ? Like, I have a general Fragment that I can put into different states. Out of a static Fragment from the Navigation Bar I am opening an instance of this general fragment. But now I get problems with the back stack. Because I don't assign a tab id or anything as this isn't a static fragment I can't get your library to pop back to the state before.

Can't I just add another fragment to the backstack list in your library ? Please help out

Thanks in advance