correct color of UT ASAP
This commit is contained in:
parent
ab808cef24
commit
d38ddbe2e1
1 changed files with 1 additions and 0 deletions
|
@ -522,6 +522,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
||||||
if (routingHelper.makeUturnWhenPossible() == true) {
|
if (routingHelper.makeUturnWhenPossible() == true) {
|
||||||
if (!showMiniMap) {
|
if (!showMiniMap) {
|
||||||
visible = true;
|
visible = true;
|
||||||
|
turnImminent = 1;
|
||||||
turnType = TurnType.valueOf(TurnType.TU, view.getSettings().LEFT_SIDE_NAVIGATION.get());
|
turnType = TurnType.valueOf(TurnType.TU, view.getSettings().LEFT_SIDE_NAVIGATION.get());
|
||||||
TurnPathHelper.calcTurnPath(pathForTurn, turnType, pathTransform);
|
TurnPathHelper.calcTurnPath(pathForTurn, turnType, pathTransform);
|
||||||
invalidate();
|
invalidate();
|
||||||
|
|
Loading…
Reference in a new issue