fix merge issues...
This commit is contained in:
parent
dcb8af2d3b
commit
7255664535
1 changed files with 0 additions and 4 deletions
|
@ -74,11 +74,7 @@ public class FavoritesLayer extends OsmandMapLayer implements ContextMenuLayer.I
|
|||
int x = view.getRotatedMapXForPoint(o.getLatitude(), o.getLongitude());
|
||||
int y = view.getRotatedMapYForPoint(o.getLatitude(), o.getLongitude());
|
||||
canvas.drawBitmap(favoriteIcon, x - favoriteIcon.getWidth() / 2,
|
||||
<<<<<<< HEAD
|
||||
y - favoriteIcon.getHeight() , paint);
|
||||
=======
|
||||
y - favoriteIcon.getHeight() / 2, paint);
|
||||
>>>>>>> Update favorite icon
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue