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
|
onLongPress: longPressSelect
|
||||||
? null
|
? null
|
||||||
: () {
|
: () {
|
||||||
|
HapticFeedback.heavyImpact();
|
||||||
onSelect(event);
|
onSelect(event);
|
||||||
HapticFeedback.selectionClick();
|
|
||||||
},
|
},
|
||||||
child: AnimatedOpacity(
|
child: AnimatedOpacity(
|
||||||
opacity: animateIn
|
opacity: animateIn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue