Sign in
CNLive Android Team
/
ModulePedometer
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f4c872646c0270b1462a599c8a32bef57f950f43
Authored by
杨帅
2019-07-19 16:43:18 +0800
1 parent
d6bd0614
1 修改GPS开启判断方式
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
View file @
f4c8726
...
...
@@ -387,6 +387,7 @@ public class MyMapUtil {
387
387
return true;
388
388
}
389
389
} catch (Exception e) {
390
+ //异常就返回true
390
391
return true;
391
392
}
392
393
return false;
...
...