test(ui): add tests for message_input_attachment_list.dart

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-27 18:22:59 +05:30
committed by xsahil03x
parent b6c662ee08
commit e1a90ec50c
3 changed files with 196 additions and 1 deletions
@@ -204,6 +204,7 @@
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
@@ -356,7 +356,11 @@ class _ChannelPageState extends State<ChannelPage> {
),
);
},
child: defaultWidget.copyWith(onReplyTap: reply),
child: defaultWidget.copyWith(
onReplyTap: reply,
// showReactionPicker: true,
// showReactionPickerIndicator: false,
),
);
},
),