Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abd5e586 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Use KEYBOARD_TAP instead of VIRTUAL_KEY for vibration

parent d212c30e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }