mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-22 19:59:20 +08:00
The `List<KeyboardShortcut> mSessionShortcuts = new ArrayList<>()` declaration was causing shortcuts list to be of size 0 in `TermuxTerminalViewClient.onCodePoint()` after re-creation, which resulted in session shortcuts not working.