navigationController.areTermsAccepted() -> returns true, even if the user has not accepted (It seems to only check if the modal has been shown) #388
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Thanks for stopping by to let us know something could be better!
PLEASE READ
If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.
Check for answers on StackOverflow with the google-maps tag.
Please be sure to include as much information as possible:
Environment details
Steps to reproduce
Create workflow for navigation
Create a setInterval that checks: navigationController.areTermsAccepted()
navigationController.init() -> This should launch the modal
DON'T tap the ok
The setInterval checks: navigationController.areTermsAccepted() -> returns true (The dialog is still on the screen unaccepted.)
Code example
Stack trace
Following these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: