mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 11:34:07 +08:00
The TerminalToolbarViewPager EditText was requesting focus when it was selected. This called the TerminalView.onFocusChange() event with hasFocus=false, which closed the soft keyboard. Now soft keyboard will only be closed if both of them don't have focus. Fixes #2077