Hide osmand keyboard

This commit is contained in:
PavelRatushny 2017-10-30 14:14:48 +02:00
parent 8992bd3378
commit ee0664034f

View file

@ -529,6 +529,8 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
} else {
if (useOsmandKeyboard) {
AndroidUtils.hideSoftKeyboard(getActivity(), view);
} else if (isOsmandKeyboardCurrentlyVisible()) {
changeOsmandKeyboardVisibility(false);
}
textFieldBox.setHasFocus(false);
}