Fix soft-keyboard level advance behavior

- Keep terminal focus without explicitly reopening the software keyboard after command field recreation.
- Preserve submitted-command IME echo suppression when advancing to the next level.
- Recreate the terminal input field when loading a level so stale editor state is discarded.
This commit is contained in:
Joe Tretter
2026-05-13 15:05:02 -05:00
parent e8bcf660d9
commit 61951408de
3 changed files with 13 additions and 13 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 138
versionName = "0.1.137"
versionCode = 139
versionName = "0.1.138"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true