Просмотр исходного кода

add app/pages/home/maps/LocationPermission.js

wudebin 6 месяцев назад
Родитель
Сommit
07401efac1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Strides-SPAPP/app/pages/home/maps/LocationPermission.js

+ 1 - 1
Strides-SPAPP/app/pages/home/maps/LocationPermission.js

@@ -42,7 +42,7 @@ class LocationListener {
 
 
   check() {
   check() {
     this.status = undefined;
     this.status = undefined;
-    LocationEnabler.checkSettings(this.config)
+    //LocationEnabler.checkSettings(this.config)
   }
   }
 }
 }