terrakok/Cicerone

Bug: Fragments options menu

AlexanderBykin opened this issue · 1 comments

Hello

It looks like i found bug and don't understand how to solve them.
I have Single activity application with some Fragments and any of them have Options menu, when i navigate back to prev Fragment that doesn't have Options menu i see old one menu from prev Fragment.

Any workaround will be helpfull, need fix asap.

Thanks.

Hi
Two days fighted with my code and today i realized the bug, it's ViewPager's adapter didn't destroy properly created Fragments, destroyed adapter when we click Back button did the trick.