correct accidental deletion

This commit is contained in:
sonora 2015-01-05 22:01:40 +01:00
parent 0a2c81d850
commit 155f6baaa1

View file

@ -178,7 +178,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
} else if(position == 1) { } else if(position == 1) {
selectFavorite(parentView, false); selectFavorite(parentView, false);
} else if(position == 2) { } else if(position == 2) {
(parentView, false); selectOnScreen(parentView, false);
} }
} }