chore: Follow up android haptic feedback
This commit is contained in:
parent
e69f610c26
commit
cc277c1431
1 changed files with 1 additions and 1 deletions
|
|
@ -222,8 +222,8 @@ class Message extends StatelessWidget {
|
|||
onLongPress: longPressSelect
|
||||
? null
|
||||
: () {
|
||||
HapticFeedback.heavyImpact();
|
||||
onSelect(event);
|
||||
HapticFeedback.selectionClick();
|
||||
},
|
||||
child: AnimatedOpacity(
|
||||
opacity: animateIn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue