ncapdevi / FragNav

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

Hide Strategy #244

Open GoriunovAlexandr opened 3 years ago

GoriunovAlexandr commented 3 years ago

"WARNING - Keep in mind that using show and hide does not trigger the usual lifecycle events of the fragments"

What strategy should I use to have the normal lifecycle of the fragments? Actually I have a bug, when I relaunch a fragment that I have already started, it does nothing. I have a blank screen, and none of the lifecycles method is triggered.

mochadwi commented 3 years ago

Using FragNavController.REMOVE in our case also resulting in a blank space