Skip to content

Commit f46bc36

Browse files
committed
Commentary fixes
1 parent c3c3ce0 commit f46bc36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
117117
}
118118
}
119119

120-
// In other cases reset shift to OFF
120+
// in other cases reset shift to OFF
121121
keyboard?.setShifted(ShiftState.OFF)
122122
keyboardView?.invalidateAllKeys()
123123
}
@@ -128,8 +128,6 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
128128
return
129129
}
130130

131-
// this.keyboardView.setEditorInfo(EditorInfo)
132-
133131
if (code != MyKeyboard.KEYCODE_SHIFT) {
134132
lastShiftPressTS = 0
135133
}

0 commit comments

Comments
 (0)