File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,9 +278,9 @@ private BDLocation getBDLocation(BDLocation loc){
278
278
if (time == null || loc .getLatitude () == Double .MIN_VALUE ){
279
279
return getLastPos (loc );
280
280
}else {
281
+ time = mGetLoaction .formatTime (time );
281
282
if (lastLocTime !=null )
282
283
MyLog .D ("compareTo=" +time .compareTo (lastLocTime ));
283
- time = mGetLoaction .formatTime (time );
284
284
if (lastLocTime ==null || (time !=null && time .compareTo (lastLocTime )>0 )){
285
285
loc .setTime (time );
286
286
saveLastPos (loc );
Original file line number Diff line number Diff line change 20
20
21
21
22
22
public class GetLoaction {
23
- public static final boolean isDebug = true ;
23
+ public static final boolean isDebug = false ;
24
24
25
25
public String mIMEI = "33333333333" ;
26
26
int mGSMsingle ;
You can’t perform that action at this time.
0 commit comments