adjust tabs for debugging
This commit is contained in:
parent
e1bb967951
commit
d813bb716e
1 changed files with 29 additions and 30 deletions
|
@ -688,8 +688,7 @@ public class MapActivity extends TrackedActivity implements IMapLocationListener
|
|||
updateSpeedBearing(location);
|
||||
mapLayers.getLocationLayer().setLastKnownLocation(location);
|
||||
if(routingHelper.isFollowingMode()){
|
||||
if(location == null ||
|
||||
!location.hasAccuracy() || location.getAccuracy() < ACCURACY_FOR_GPX_AND_ROUTING) {
|
||||
if(location == null || !location.hasAccuracy() || location.getAccuracy() < ACCURACY_FOR_GPX_AND_ROUTING) {
|
||||
// Update routing position
|
||||
routingHelper.setCurrentLocation(location);
|
||||
// Check with delay that gps location is not lost
|
||||
|
|
Loading…
Reference in a new issue