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),
|
const SizedBox(width: 15.0),
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
if (_messageFieldController.text != "") {
|
if (_messageFieldController.text != '') {
|
||||||
setState(() {
|
setState(() {
|
||||||
_chatMessages.add(MessageBubble(
|
_chatMessages.add(MessageBubble(
|
||||||
isUser: true,
|
isUser: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user