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

Commit 808cd8df authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Change haptic on Assistant gesture to '13'

Fixes: 130303405
Test: manual
Change-Id: Ic116e0920782c2f138740ae377c0039eaff5540d
parent bb036f8e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -213,8 +213,8 @@ public class AssistantTouchConsumer extends DelegateInputConsumer {
                    BaseDraggingActivity launcherActivity =
                            mActivityControlHelper.getCreatedActivity();
                    if (launcherActivity != null) {
                        launcherActivity.getRootView().
                                performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
                        launcherActivity.getRootView().performHapticFeedback(
                            13, // HapticFeedbackConstants.GESTURE_END
                            HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING);
                    }