Skip to content

Commit

Permalink
Merge pull request #225 from kiok46/fix_gps
Browse files Browse the repository at this point in the history
fix gps issue for ios
  • Loading branch information
akshayaurora authored Jul 29, 2016
2 parents ec3b188 + 9dfd77a commit a648fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plyer/platforms/ios/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _configure(self):
if not hasattr(self, '_location_manager'):
self._location_manager = CLLocationManager.alloc().init()

def _start(self):
def _start(self, **kwargs):
self._location_manager.delegate = self

self._location_manager.requestWhenInUseAuthorization()
Expand Down

0 comments on commit a648fe3

Please sign in to comment.