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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user