conversation view added
This commit is contained in:
parent
c2e39982a1
commit
127b798acd
@ -97,7 +97,7 @@ class _ConversationViewState extends State<ConversationView> {
|
||||
const SizedBox(width: 15.0),
|
||||
InkWell(
|
||||
onTap: () async {
|
||||
if (_messageFieldController.text != "") {
|
||||
if (_messageFieldController.text != '') {
|
||||
setState(() {
|
||||
_chatMessages.add(MessageBubble(
|
||||
isUser: true,
|
||||
|
Loading…
Reference in New Issue
Block a user