fix: Replace send with check for edit
This commit is contained in:
@@ -1029,7 +1029,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
child: Transform.rotate(
|
child: Transform.rotate(
|
||||||
angle: -pi / 2,
|
angle: -pi / 2,
|
||||||
child: Icon(
|
child: Icon(
|
||||||
StreamIcons.send_message,
|
widget.editMessage == null ? StreamIcons.send_message : StreamIcons.check,
|
||||||
color: StreamChatTheme.of(context).accentColor,
|
color: StreamChatTheme.of(context).accentColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user