Fix #5244
This commit is contained in:
parent
9f4040767a
commit
f90a22870e
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue