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 e93a276 commit 6a72c9cCopy full SHA for 6a72c9c
sample_app/lib/pages/channel_page.dart
@@ -295,14 +295,6 @@ class _ChannelPageState extends State<ChannelPage> {
295
defaultMessageWidget.copyWith(
296
onReplyTap: _reply,
297
customActions: customOptions,
298
- onAttachmentTap: (context, message, attachment) {
299
- if (attachment.type == AttachmentType.urlPreview) {
300
- print('Hello Attachment');
301
- return true;
302
- }
303
-
304
- return false;
305
- },
306
showEditMessage: message.sharedLocation == null,
307
onCustomActionTap: (it) async => await switch (it) {
308
CreateReminder() => _createReminder(it.message),
0 commit comments