remove log
This commit is contained in:
@@ -842,8 +842,6 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
}
|
||||
|
||||
void onLongPress(BuildContext context) {
|
||||
print(
|
||||
'widget.message.attachment[0].toJson(): ${widget.message.attachments[0].imageUrl}');
|
||||
if (widget.message.isEphemeral ||
|
||||
widget.message.status == MessageSendingStatus.SENDING) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user