Skip to content

Commit 1f782ea

Browse files
committed
fix: split emoji search keyboard layout
1 parent c6264c5 commit 1f782ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/helium314/keyboard/keyboard/emoji/EmojiPalettesView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ public void resetMetaState() {
711711
// Load Alpha Keyboard
712712
KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(ctx, null);
713713
builder.setSubtype(RichInputMethodManager.getInstance().getCurrentSubtype());
714+
builder.setSplitLayoutEnabled(Settings.getValues().mIsSplitKeyboardEnabled);
714715

715716
// Fix: Use SecondaryKeyboardHeight which provides the exact height of the Emoji
716717
// palettes area

0 commit comments

Comments
 (0)