Fix lat/lat
This commit is contained in:
parent
f4b5cf4398
commit
731376a572
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ public class MapContextMenu extends MenuTitleController implements StateChangedL
|
|||
MapActivity mapActivity = getMapActivity();
|
||||
if (mapActivity != null) {
|
||||
LatLon latLon = getLatLon();
|
||||
return mapActivity.getMapActions().getContextMenuItemClickListener(latLon.getLatitude(), latLon.getLatitude(), menuAdapter);
|
||||
return mapActivity.getMapActions().getContextMenuItemClickListener(latLon.getLatitude(), latLon.getLongitude(), menuAdapter);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue