We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b59b commit b656c0bCopy full SHA for b656c0b
lib/src/message_actions_modal.dart
@@ -113,7 +113,7 @@ class MessageActionsModal extends StatelessWidget {
113
_buildReplyButton(context),
114
if (showEditMessage) _buildEditMessage(context),
115
if (showDeleteMessage) _buildDeleteButton(context),
116
- if (showDeleteMessage) _buildCopyButton(context),
+ if (showCopyMessage) _buildCopyButton(context),
117
],
118
).toList(),
119
),
0 commit comments