test(ui): add tests for message_input_attachment_list.dart
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -356,7 +356,11 @@ class _ChannelPageState extends State<ChannelPage> {
|
||||
),
|
||||
);
|
||||
},
|
||||
child: defaultWidget.copyWith(onReplyTap: reply),
|
||||
child: defaultWidget.copyWith(
|
||||
onReplyTap: reply,
|
||||
// showReactionPicker: true,
|
||||
// showReactionPickerIndicator: false,
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user