Fix white route arrows at track details screen

This commit is contained in:
Alexey Kulish 2017-03-08 22:45:22 +03:00
parent 66cb0720ff
commit c30541f643

View file

@ -156,7 +156,6 @@ public class RouteLayer extends OsmandMapLayer {
&& selectedPointLatLon.getLongitude() <= latlonRect.right) {
float x = tileBox.getPixXFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
float y = tileBox.getPixYFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
paintIcon.setColorFilter(null);
canvas.drawBitmap(selectedPoint, x - selectedPoint.getWidth() / 2, y - selectedPoint.getHeight() / 2, paintIconSelected);
}
}