mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 05:20:36 +01:00
Fixed plyer bug
This commit is contained in:
parent
7da64a10cf
commit
34ec42fc89
@ -81,7 +81,8 @@ class AndroidGPS(GPS):
|
||||
Looper.getMainLooper())
|
||||
|
||||
def _stop(self):
|
||||
self._location_manager.removeUpdates(self._location_listener)
|
||||
if hasattr(self, "_location_manager") and self._location_manager != None:
|
||||
self._location_manager.removeUpdates(self._location_listener)
|
||||
|
||||
|
||||
def instance():
|
||||
|
Loading…
Reference in New Issue
Block a user