| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ageDescriptionDictionary is missing
In some circumstances, requesting location permission has no effect. When this happens, the call to request permission never returns. This fix uses the UIApplication state as a proxy for knowing if an authorization dialog has been shown, and when it has been dismissed so we can return a value in the case that the dialog is never shown. fixes AsyncSwift#30
|
Hi) i'll review your PR on this week) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I managed to put in a workaround based on this approach. Looking forward to hearing your thoughts on the solution.
This branch comes off my other branch for PR #25, so if you want to see only the changes for this PR, look at the last commit (a37d735).
Fixes #30