diff options
-rw-r--r-- | src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/inputmethod/latin/LatinIME.java b/src/com/android/inputmethod/latin/LatinIME.java index 18b277c5a..cb3711cb5 100644 --- a/src/com/android/inputmethod/latin/LatinIME.java +++ b/src/com/android/inputmethod/latin/LatinIME.java @@ -1737,7 +1737,7 @@ public class LatinIME extends InputMethodService return; } if (mInputView != null) { - mInputView.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY, + mInputView.performHapticFeedback(HapticFeedbackConstants.KEYBOARD_TAP, HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING); } } |