mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -458,7 +458,7 @@ class ChatItem extends StatelessWidget {
|
||||
return isSystem
|
||||
? messageContent(context)
|
||||
: isRevoke
|
||||
? const SizedBox()
|
||||
? const SizedBox.shrink()
|
||||
: GestureDetector(
|
||||
onLongPress: () {
|
||||
Feedback.forLongPress(context);
|
||||
|
||||
Reference in New Issue
Block a user