chore: Follow up list item click behavior

pull/1208/head
Krille 1 year ago
parent b7c4e401d7
commit 87d3d0feed
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -173,6 +173,8 @@ class ChatListItem extends StatelessWidget {
Positioned(
top: 0,
right: 0,
child: GestureDetector(
onTap: () => onLongPress?.call(context),
child: AnimatedScale(
duration: FluffyThemes.animationDuration,
curve: FluffyThemes.animationCurve,
@ -187,6 +189,7 @@ class ChatListItem extends StatelessWidget {
),
),
),
),
],
),
),

Loading…
Cancel
Save