mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-27 08:23:38 +00:00
[drape] Fixes add business button crosshair placement
-Point crosshair to optionalPosition instead of a random point in BoundArea Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
460a7fa480
commit
b195059fb6
@@ -619,7 +619,7 @@ public class PlacePageView extends Fragment
|
||||
|
||||
private void addOrganisation()
|
||||
{
|
||||
((MwmActivity) requireActivity()).showPositionChooserForEditor(true, false);
|
||||
((MwmActivity) requireActivity()).showPositionChooserForEditor(true, true);
|
||||
}
|
||||
|
||||
private void addPlace()
|
||||
|
||||
Reference in New Issue
Block a user