Unverified Commit 0b1ef6bb authored by David Shuckerow's avatar David Shuckerow Committed by GitHub

Reduce the haptic feedback on the draggable widget. (#19585)

parent 154dbc59
......@@ -294,7 +294,7 @@ class LongPressDraggable<T> extends Draggable<T> {
..onStart = (Offset position) {
final Drag result = onStart(position);
if (result != null && hapticFeedbackOnStart)
HapticFeedback.vibrate();
HapticFeedback.selectionClick();
return result;
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment