mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Use KEYBOARD_TAP instead of VIRTUAL_KEY for vibration
This commit is contained in:
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
Block a user