Use KEYBOARD_TAP instead of VIRTUAL_KEY for vibration
parent
d212c30e6f
commit
abd5e5867c
|
@ -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…
Reference in New Issue