mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
d4e7d06034
commit
459c948a97
1 changed files with 1 additions and 1 deletions
|
|
@ -2225,7 +2225,7 @@ public final class KMManager {
|
|||
if (orientation == Configuration.ORIENTATION_PORTRAIT) {
|
||||
return prefs.getInt(KMManager.KMKey_KeyboardHeightPortrait, defaultHeight);
|
||||
} else if (orientation == Configuration.ORIENTATION_LANDSCAPE) {
|
||||
return prefs.getInt(KMManager.KMKey_KeyboardHeightLandscape, defaultHeight);
|
||||
return prefs.getInt(KMManager.KMKey_KeyboardHeightLandscape, defaultHeight);
|
||||
}
|
||||
return defaultHeight;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue