diff --git a/OsmAnd/src/net/osmand/plus/mapmarkers/CoordinateInputDialogFragment.java b/OsmAnd/src/net/osmand/plus/mapmarkers/CoordinateInputDialogFragment.java index 15838b7bea..e9413fcf2d 100644 --- a/OsmAnd/src/net/osmand/plus/mapmarkers/CoordinateInputDialogFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapmarkers/CoordinateInputDialogFragment.java @@ -293,7 +293,7 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm EditText focusedEditText = (EditText) focusedView; switch (i) { case CLEAR_BUTTON_POSITION: - focusedEditText.setText(""); + clearInputs(); break; case BACKSPACE_BUTTON_POSITION: String str = focusedEditText.getText().toString();