mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-04 11:57:34 +01:00
Remove unnecessary call to perform haptic feedback
This commit is contained in:
parent
b77e285a7e
commit
85955e1cc9
@ -159,7 +159,6 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
||||
keyboardView!!.setKeyboard(keyboard!!)
|
||||
}
|
||||
MyKeyboard.KEYCODE_EMOJI -> {
|
||||
keyboardView?.vibrateIfNeeded()
|
||||
keyboardView?.openEmojiPalette()
|
||||
}
|
||||
else -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user