Commit f4c872646c0270b1462a599c8a32bef57f950f43

Authored by 杨帅
1 parent d6bd0614

1 修改GPS开启判断方式

moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
@@ -387,6 +387,7 @@ public class MyMapUtil { @@ -387,6 +387,7 @@ public class MyMapUtil {
387 return true; 387 return true;
388 } 388 }
389 } catch (Exception e) { 389 } catch (Exception e) {
  390 + //异常就返回true
390 return true; 391 return true;
391 } 392 }
392 return false; 393 return false;