fix(iOS): resolve permission dialog hang when app goes to background.#1774
fix(iOS): resolve permission dialog hang when app goes to background.#1774guide-linhnv wants to merge 1 commit intoBaseflow:mainfrom
Conversation
SummaryThis PR fixes issue #1518 where ProblemOn iOS, when the location permission dialog is showing and the user:
iOS automatically dismisses the permission dialog without calling the
Root CauseiOS's SolutionAdded app lifecycle monitoring to detect when the app returns to foreground after being backgrounded during a permission request:
Changes
Testing
Breaking ChangesNone. This is a bug fix that doesn't change any public API. |
|
Hi @mvanbeusekom, |
Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider including before/after screenshots.
List at least one fixed issue.
Pre-launch Checklist
pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.CHANGELOG.mdto add a description of the change.///).main.dart format .and committed any changes.flutter analyzeand fixed any errors.