Update EditPoiDialogFragment.java
This commit is contained in:
parent
218a5d6b3c
commit
ef20fc6970
1 changed files with 2 additions and 2 deletions
|
@ -621,7 +621,7 @@ public class EditPoiDialogFragment extends DialogFragment {
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
String c = comment == null ? null : comment.getText().toString();
|
String c = comment == null ? null : comment.getText().toString();
|
||||||
boolean closeChangeSet = closeChangesetCheckBox != null
|
boolean closeChangeSet = closeChangesetCheckBox != null
|
||||||
&& closeChangesetCheckBox.isSelected();
|
&& closeChangesetCheckBox.isChecked();
|
||||||
commitNode(OsmPoint.Action.DELETE, n, openstreetmapUtil.getEntityInfo(), c,
|
commitNode(OsmPoint.Action.DELETE, n, openstreetmapUtil.getEntityInfo(), c,
|
||||||
closeChangeSet, new Runnable() {
|
closeChangeSet, new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue