JetradarMobile / android-multibackstack

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

is not currently in the FragmentManager #10

Closed iamkurtgoz closed 5 years ago

iamkurtgoz commented 6 years ago

Hello, I use 5 fragments. each fragmentte back stack works, but when you go back to the previous screen, the data disappears and the screen refreshes. Do you have a solution? It does not look like the old page as in Instagram.

@johnkil

johnkil commented 5 years ago

To prevent a refresh, you must save the current state and restore when you return to the screen.

johnkil commented 5 years ago

What do you mean?