Skip to content

Commit

Permalink
fix screen reseeding after extra key bar toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Jan 29, 2025
1 parent ca14bbe commit 8964da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/termux/x11/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ public void toggleExtraKeys(boolean visible, boolean saveState) {
prefs.additionalKbdVisible.put(visible);

setTerminalToolbarView();
getWindow().setSoftInputMode(prefs.Reseed.get() ? SOFT_INPUT_ADJUST_RESIZE : SOFT_INPUT_ADJUST_PAN);
}

public void toggleExtraKeys() {
Expand Down

0 comments on commit 8964da1

Please sign in to comment.