Use KEYBOARD_TAP instead of VIRTUAL_KEY for vibration

main
Amith Yamasani 2010-03-05 21:21:20 -08:00
parent d212c30e6f
commit abd5e5867c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}