Loading src/com/android/inputmethod/latin/LatinIME.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
src/com/android/inputmethod/latin/LatinIME.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading