From 4f2d04bafe9a5098d2b7fe9f44d00a53ee5968e0 Mon Sep 17 00:00:00 2001 From: Jason Mylen Date: Thu, 10 Nov 2022 18:59:16 +0000 Subject: [PATCH] Remove competing long haptic when user long presses on widget. Before this change removing the competing long press haptic,long pressing to drag the widget causes a doubleclickesque haptic because of the first haptic being quickly cancelled. Bug: 257531349 Test: manual Change-Id: I320339725f5ba27a22e550c28838adda94384c0f --- res/layout/widget_cell_content.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/widget_cell_content.xml b/res/layout/widget_cell_content.xml index feebfe10d8..3f61aaa48e 100644 --- a/res/layout/widget_cell_content.xml +++ b/res/layout/widget_cell_content.xml @@ -23,6 +23,7 @@ android:layout_height="0dp" android:layout_weight="1" android:importantForAccessibility="noHideDescendants" + android:hapticFeedbackEnabled="false" android:layout_marginVertical="8dp">