Small changes to the geolocation handler

This commit is contained in:
pietervdvn 2021-05-19 12:31:09 +02:00
parent c5a2751412
commit 4bb92bc849

View file

@ -175,8 +175,7 @@ export default class GeoLocationHandler extends UIElement {
});
} catch (e) {
console.log(e)
self.StartGeolocating()
console.error(e)
}
if (this._previousLocationGrant.data === "granted") {
this._previousLocationGrant.setData("");