chore(ui): revert example changes

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-27 18:46:26 +05:30
committed by xsahil03x
parent 4a79cdc6a5
commit 5171d9c208
2 changed files with 1 additions and 6 deletions
@@ -356,11 +356,7 @@ class _ChannelPageState extends State<ChannelPage> {
),
);
},
child: defaultWidget.copyWith(
onReplyTap: reply,
// showReactionPicker: true,
// showReactionPickerIndicator: false,
),
child: defaultWidget.copyWith(onReplyTap: reply),
);
},
),