Skip to content

Conversation

@dennisimoo
Copy link

fixed the issue where the back button in settings subpages would incorrectly return the user to the home screen instead of the main menu.

fixed: #3965

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses a navigation issue where pressing the back button on settings subpages would not return to the settings menu. The fix involves removing the Navigator.pop(context) call before pushing a new page from the settings drawer. This change correctly keeps the settings drawer in the navigation stack, ensuring a consistent user experience. The fix has been applied consistently across all relevant navigation points in the file. The changes are correct and effectively resolve the described issue.

@beastoin
Copy link
Collaborator

demo pls, sir?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve in-app settings navigation

2 participants