(cherry picked from commit 969506a)
This commit is contained in:
PavelRatushny 2017-10-17 17:09:59 +03:00
parent ae28933d22
commit d43a4357cb

View file

@ -107,7 +107,6 @@ public class MapMarkersLayer extends OsmandMapLayer implements IContextMenuProvi
private void initUI() {
bitmapPaint = new Paint();
bitmapPaint.setDither(true);
bitmapPaint.setAntiAlias(true);
bitmapPaint.setFilterBitmap(true);
markerBitmapBlue = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_marker_blue);