chore: Follow up android haptic feedback

pull/898/head
Krille 1 year ago
parent e69f610c26
commit cc277c1431
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -222,8 +222,8 @@ class Message extends StatelessWidget {
onLongPress: longPressSelect
? null
: () {
HapticFeedback.heavyImpact();
onSelect(event);
HapticFeedback.selectionClick();
},
child: AnimatedOpacity(
opacity: animateIn

Loading…
Cancel
Save