You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix security exception (Nearby places not loading after permissions granted) (commons-app#1440)
* Update changelog.md
* Versioning for v2.7.0
* Add logging to onPermissionsRequestResult
* Request location updates onStatusChanged
* Copy onResume() actions into onPermissionsRequestResult
* Added getLastKnownLocation method and hooked it up to refreshView
* Remove unnecessary calls, add more logging
* Add check to prevent NPE
* Check that curLatLng exists before getting Mapbox instance
* Moar logging
* Make curLatLang clearer
* Not a good hack - put curLatLang into the bundle separately
* Add TODO
* Rename variables for clarity
* Check for Network Provider as well, tidy up getLKL()
* Add Javadocs
* Remove unnecessary method in onStatusChanged
* Add checkGPS comment
* Remove unnecessary logs
* Add TODO
* Call bundle.clear() before inserting CurLatLng
0 commit comments