Skip to content

Commit 8fdc194

Browse files
committed
Merge branch 'autoshift_fix_1'
2 parents 0ece323 + a40222a commit 8fdc194

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • app/src/main/java/com/dessalines/thumbkey/utils

app/src/main/java/com/dessalines/thumbkey/utils/Utils.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ fun performKeyAction(
191191
ime = ime,
192192
onAutoCapitalize = onAutoCapitalize
193193
)
194+
} else { // To return to MAIN mode after a shifted key action.
195+
onAutoCapitalize(false)
194196
}
195197
}
196198
is KeyAction.SendEvent -> {

0 commit comments

Comments
 (0)