From 85955e1cc99ae908803783a98a8746c8dc798ad3 Mon Sep 17 00:00:00 2001 From: Naveen Date: Sun, 31 Jul 2022 14:59:44 +0530 Subject: [PATCH] Remove unnecessary call to perform haptic feedback --- .../com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt b/app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt index 751d116..0691dfe 100644 --- a/app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt +++ b/app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt @@ -159,7 +159,6 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL keyboardView!!.setKeyboard(keyboard!!) } MyKeyboard.KEYCODE_EMOJI -> { - keyboardView?.vibrateIfNeeded() keyboardView?.openEmojiPalette() } else -> {