Fix keyboard in landscape
This commit is contained in:
parent
82a641bda4
commit
955bc54dfc
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
|
|||
View.OnTouchListener editTextOnTouchListener = new View.OnTouchListener() {
|
||||
@Override
|
||||
public boolean onTouch(View view, MotionEvent motionEvent) {
|
||||
if (useOsmandKeyboard) {
|
||||
if (useOsmandKeyboard || !orientationPortrait) {
|
||||
if (orientationPortrait && !isOsmandKeyboardCurrentlyVisible()) {
|
||||
changeOsmandKeyboardVisibility(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue