fix(keyboard): reset state on re-entry, defensive bounds checks, deduplicate navigation

This commit is contained in:
pablohc
2026-04-15 12:00:19 +02:00
committed by jpirnay
parent 155650d23c
commit 500c2be4bc
2 changed files with 26 additions and 26 deletions
@@ -170,4 +170,5 @@ class KeyboardEntryActivity : public Activity {
bool handleKeyPress();
bool insertChar(char c);
void insertString(const std::string& str);
void mapColContentBottom(int& col, bool goingUp) const;
};