Fix issue where wrong IME inputType would be set if termux was returned to from another app with text input view mode selected

This commit is contained in:
agnostic-apollo
2021-07-30 00:32:46 +05:00
parent 2b386efc3c
commit 2b7aa5e803
5 changed files with 53 additions and 17 deletions

View File

@@ -34,6 +34,8 @@ public interface TerminalViewClient {
boolean shouldUseCtrlSpaceWorkaround();
boolean isTerminalViewSelected();
void copyModeChanged(boolean copyMode);