Hide osmand keyboard
This commit is contained in:
parent
8992bd3378
commit
ee0664034f
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
|
||||||
} else {
|
} else {
|
||||||
if (useOsmandKeyboard) {
|
if (useOsmandKeyboard) {
|
||||||
AndroidUtils.hideSoftKeyboard(getActivity(), view);
|
AndroidUtils.hideSoftKeyboard(getActivity(), view);
|
||||||
|
} else if (isOsmandKeyboardCurrentlyVisible()) {
|
||||||
|
changeOsmandKeyboardVisibility(false);
|
||||||
}
|
}
|
||||||
textFieldBox.setHasFocus(false);
|
textFieldBox.setHasFocus(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue