Fix imminent
This commit is contained in:
parent
62db58c6b3
commit
70fb0e7df3
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
makeUturnWhenPossible = routingHelper.makeUturnWhenPossible() ;
|
||||
if (makeUturnWhenPossible) {
|
||||
visible = true;
|
||||
turnImminent = 1;
|
||||
turnImminent = 0;
|
||||
turnType = TurnType.valueOf(TurnType.TU, view.getSettings().LEFT_SIDE_NAVIGATION.get());
|
||||
TurnPathHelper.calcTurnPath(pathForTurn, turnType, pathTransform);
|
||||
invalidate();
|
||||
|
|
Loading…
Reference in a new issue