Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android Back Button on Map Details Screen #1084

Open
3 tasks
ErikSin opened this issue Feb 16, 2023 · 0 comments
Open
3 tasks

Fix Android Back Button on Map Details Screen #1084

ErikSin opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels

Comments

@ErikSin
Copy link
Contributor

ErikSin commented Feb 16, 2023

Fix Android Back Button

Back button not working in Map Detail Screen. There is a BottomSheetModal that is disabling the backbutton, even when the modal is closed.

To do

  • Refactor modal so that isOpen is state not ref.
  • Pass isOpen to modal component
  • deactivate back button if !isOpen

Reference this notion issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants