Skip to content

Commit 6a72c9c

Browse files
committed
chore: remove test changes
1 parent e93a276 commit 6a72c9c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sample_app/lib/pages/channel_page.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,6 @@ class _ChannelPageState extends State<ChannelPage> {
295295
defaultMessageWidget.copyWith(
296296
onReplyTap: _reply,
297297
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-
},
306298
showEditMessage: message.sharedLocation == null,
307299
onCustomActionTap: (it) async => await switch (it) {
308300
CreateReminder() => _createReminder(it.message),

0 commit comments

Comments
 (0)