mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +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
621d15aa6d
commit
d4e7d06034
1 changed files with 1 additions and 3 deletions
|
|
@ -2253,10 +2253,8 @@ public final class KMManager {
|
|||
// Store the new height based on the current orientation
|
||||
if (orientation == Configuration.ORIENTATION_LANDSCAPE) {
|
||||
editor.putInt(KMManager.KMKey_KeyboardHeightLandscape, height);
|
||||
editor.commit();
|
||||
} else if (orientation == Configuration.ORIENTATION_PORTRAIT) {
|
||||
} else /* orientation == Configuration.ORIENTATION_PORTRAIT */ {
|
||||
editor.putInt(KMManager.KMKey_KeyboardHeightPortrait, height);
|
||||
editor.commit();
|
||||
}
|
||||
}
|
||||
// Confirm new LayoutParams for in-app or system keyboards
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue