correct color of UT ASAP

This commit is contained in:
sonora 2012-06-14 21:29:49 +02:00
parent ab808cef24
commit d38ddbe2e1

View file

@ -522,6 +522,7 @@ public class MapInfoLayer extends OsmandMapLayer {
if (routingHelper.makeUturnWhenPossible() == true) {
if (!showMiniMap) {
visible = true;
turnImminent = 1;
turnType = TurnType.valueOf(TurnType.TU, view.getSettings().LEFT_SIDE_NAVIGATION.get());
TurnPathHelper.calcTurnPath(pathForTurn, turnType, pathTransform);
invalidate();