You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added setHasOptionsMenu(true); to ParentFragment and TextViewFragment in order to have personalized option menu.
Everything works fine. When I swype between child fragment 1 and child fragment 2 actionbar changes showing optionmenu 1 or optionmenu 2, but when screen rotation happens optionmenus in child fragments 1 and 2 are no longer called after each swype.
The text was updated successfully, but these errors were encountered:
I added setHasOptionsMenu(true); to ParentFragment and TextViewFragment in order to have personalized option menu.
Everything works fine. When I swype between child fragment 1 and child fragment 2 actionbar changes showing optionmenu 1 or optionmenu 2, but when screen rotation happens optionmenus in child fragments 1 and 2 are no longer called after each swype.
The text was updated successfully, but these errors were encountered: