ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

Fragment that's not added to the back stack #165

Closed bagusxxalam closed 5 years ago

bagusxxalam commented 6 years ago

I have this 3 fragments Home - Intro - Detail The intro fragment is like instagram story detail having a countdown timer, and when it's over we move to the detail fragment. I want to make the intro fragment only appear once, so when user press back button from the Detail fragment it'll back to Home not Intro again, how do i achieve this ?

ncapdevi commented 5 years ago

You'd need to replace the fragment when returning to it or re-initialize your fragnav instance.