This commit is contained in:
Alex Sytnyk 2018-05-10 19:01:33 +03:00
parent 9f4040767a
commit f90a22870e

View file

@ -164,7 +164,7 @@ public class WptPtEditorFragment extends PointEditorFragment {
MapContextMenu menu = getMapActivity().getContextMenu();
if (menu.getLatLon() != null) {
if (menu.getLatLon() != null && menu.isActive()) {
LatLon latLon = new LatLon(wpt.getLatitude(), wpt.getLongitude());