Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/theme

 Conflicts:
	lib/src/message_widget.dart
	lib/src/sending_indicator.dart
This commit is contained in:
Sahil Kumar
2020-12-31 16:35:56 +05:30
7 changed files with 169 additions and 151 deletions
-4
View File
@@ -2008,10 +2008,6 @@ class MessageInputState extends State<MessageInput> {
return sendingFuture.then((resp) {
if (widget.onMessageSent != null) {
widget.onMessageSent(resp.message);
} else {
if (widget.editMessage != null) {
Navigator.pop(context);
}
}
});
}