Skip to content

Commit de0d596

Browse files
authored
Merge pull request #311 from AsperforMias/fix/method-name-error
fix: spelling error of method name in ln.653
2 parents 6bcba42 + 161eb7c commit de0d596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/zcshou/gogogo/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ private static LocationClientOption getLocationClientOption() {
650650
//可选,默认false,设置是否需要POI结果,可以在BDLocation.getPoiList里得到
651651
locationOption.setIsNeedLocationPoiList(false);
652652
//可选,默认false,设置是否收集CRASH信息,默认收集
653-
locationOption.SetIgnoreCacheException(true);
653+
locationOption.setIgnoreCacheException(true);
654654
//可选,默认false,设置是否开启Gps定位
655655
//locationOption.setOpenGps(true);
656656
locationOption.setOpenGnss(true);

0 commit comments

Comments
 (0)