mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-15 18:57:30 +02:00
do not trigger haptic feedback on pressing empty space
This commit is contained in:
parent
91eaaad2f8
commit
d48742d083
@ -42,8 +42,10 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
||||
}
|
||||
|
||||
override fun onPress(primaryCode: Int) {
|
||||
if (primaryCode != 0) {
|
||||
keyboardView?.performHapticFeedback()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onStartInput(attribute: EditorInfo?, restarting: Boolean) {
|
||||
super.onStartInput(attribute, restarting)
|
||||
|
Loading…
x
Reference in New Issue
Block a user