fix: Replace send with check for edit

This commit is contained in:
Deven Joshi
2020-10-27 15:23:18 +05:30
parent e48fdef1b0
commit 2d169418c4
+1 -1
View File
@@ -1029,7 +1029,7 @@ class MessageInputState extends State<MessageInput> {
child: Transform.rotate(
angle: -pi / 2,
child: Icon(
StreamIcons.send_message,
widget.editMessage == null ? StreamIcons.send_message : StreamIcons.check,
color: StreamChatTheme.of(context).accentColor,
),
),