Fix #3460
This commit is contained in:
parent
1f0ebaf7b1
commit
ea1b7d3b35
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ public class OsmEditsLayer extends OsmandMapLayer implements ContextMenuLayer.IC
|
|||
@Override
|
||||
protected Node doInBackground(Void... params) {
|
||||
Node node = objectInMotion.getEntity();
|
||||
return mOpenstreetmapUtil.commitNodeImpl(OsmPoint.Action.MODIFY, node,
|
||||
return mOpenstreetmapUtil.commitNodeImpl(objectInMotion.getAction(), node,
|
||||
mOpenstreetmapUtil.getEntityInfo(node.getId()), "", false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue