feat: Added message reply

This commit is contained in:
Deven Joshi
2021-01-20 16:21:03 +05:30
parent ded8b37e61
commit d48ccf15df
8 changed files with 84 additions and 26 deletions
@@ -60,7 +60,9 @@ class ImageActionsModal extends StatelessWidget {
size: 24.0,
color: StreamChatTheme.of(context).colorTheme.grey,
),
() {},
() {
Navigator.pop(context, ReturnActionType.reply);
},
),
_buildButton(
context,