From 127b798acdb57fcbca510a3236bd017d684f3db8 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Sun, 10 Oct 2021 10:54:36 +0500 Subject: [PATCH] conversation view added --- .../simplex_app/lib/views/conversation/conversation_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplex_app/lib/views/conversation/conversation_view.dart b/packages/simplex_app/lib/views/conversation/conversation_view.dart index 15e06548c7..fc94585322 100644 --- a/packages/simplex_app/lib/views/conversation/conversation_view.dart +++ b/packages/simplex_app/lib/views/conversation/conversation_view.dart @@ -97,7 +97,7 @@ class _ConversationViewState extends State { const SizedBox(width: 15.0), InkWell( onTap: () async { - if (_messageFieldController.text != "") { + if (_messageFieldController.text != '') { setState(() { _chatMessages.add(MessageBubble( isUser: true,