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 {
|
||||
if (useOsmandKeyboard) {
|
||||
AndroidUtils.hideSoftKeyboard(getActivity(), view);
|
||||
} else if (isOsmandKeyboardCurrentlyVisible()) {
|
||||
changeOsmandKeyboardVisibility(false);
|
||||
}
|
||||
textFieldBox.setHasFocus(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue