ncapdevi / FragNav

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

Multiple fragment shown #196

Open javad-vovin opened 5 years ago

javad-vovin commented 5 years ago

Hi, there is strange bug.

if you have a bottom navigation and sometimes when you click on two item at the same time, two fragment stacks shown above each other. but only one of them working, and you must reselect bottom navigation item to get them to work again.

yaroslav-shlapak commented 5 years ago

Confirm similar behavior. In my case, it happens when the backstack is being recreated on deeplink opening and the stack holding activity is onPause.