Ask Your Question
2

Why is the back navigation function of the navigation controller not working when both fragments are displayed simultaneously in the activity?

asked 2023-06-19 13:26:54 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-19 13:52:01 +0000

djk gravatar image

The back navigation function of the navigation controller may not work when both fragments are displayed simultaneously in the activity because the navigation controller maintains a stack of destinations that allows it to navigate back to the previous destination using the back button. However, when two fragments are displayed simultaneously, it is unclear which fragment should be removed from the stack when the back button is pressed, leading to unexpected behavior. To fix this issue, one possible solution is to use a different layout, such as a ViewPager or a FrameLayout, to display the fragments one at a time, ensuring that the navigation controller can properly manage the back stack.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-19 13:26:54 +0000

Seen: 8 times

Last updated: Jun 19 '23