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) {
|
||||
String c = comment == null ? null : comment.getText().toString();
|
||||
boolean closeChangeSet = closeChangesetCheckBox != null
|
||||
&& closeChangesetCheckBox.isSelected();
|
||||
&& closeChangesetCheckBox.isChecked();
|
||||
commitNode(OsmPoint.Action.DELETE, n, openstreetmapUtil.getEntityInfo(), c,
|
||||
closeChangeSet, new Runnable() {
|
||||
@Override
|
||||
|
@ -678,4 +678,4 @@ public class EditPoiDialogFragment extends DialogFragment {
|
|||
public interface OnFragmentActivatedListener {
|
||||
void onFragmentActivated();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue