We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6264c5 commit 1f782eaCopy full SHA for 1f782ea
1 file changed
app/src/main/java/helium314/keyboard/keyboard/emoji/EmojiPalettesView.java
@@ -711,6 +711,7 @@ public void resetMetaState() {
711
// Load Alpha Keyboard
712
KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(ctx, null);
713
builder.setSubtype(RichInputMethodManager.getInstance().getCurrentSubtype());
714
+ builder.setSplitLayoutEnabled(Settings.getValues().mIsSplitKeyboardEnabled);
715
716
// Fix: Use SecondaryKeyboardHeight which provides the exact height of the Emoji
717
// palettes area
0 commit comments