correct typo
This commit is contained in:
parent
3ca44f9ac6
commit
d199a272ec
1 changed files with 1 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ public class MapActivity extends AccessibleActivity implements IMapLocationListe
|
||||||
if(autoFollow > 0 && routingHelper.isFollowingMode()){
|
if(autoFollow > 0 && routingHelper.isFollowingMode()){
|
||||||
backToLocationWithDelay(autoFollow);
|
backToLocationWithDelay(autoFollow);
|
||||||
} else if (linkMapToLocation) {
|
} else if (linkMapToLocation) {
|
||||||
backToLocationWithDelay(1);
|
backToLocationImpl();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.isMapLinkedToLocation = isMapLinkedToLocation;
|
this.isMapLinkedToLocation = isMapLinkedToLocation;
|
||||||
|
|
Loading…
Reference in a new issue