Skip to content

Commit

Permalink
fix: invalid keyboard lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan authored and Bambooin committed Feb 13, 2024
1 parent 5bd5acd commit fa9e8c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ object KeyboardSwitcher {
}

fun switchKeyboard(name: String?) {
if (name == null) return
val currentIdx = theme.allKeyboardIds.indexOf(currentKeyboardId)
var mappedName =
when (name) {
Expand Down

0 comments on commit fa9e8c5

Please sign in to comment.