Fix disappearing text
This commit is contained in:
parent
d6da714dd3
commit
dc3b86bbd0
|
@ -88,7 +88,7 @@ class _ChatState extends State<Chat> {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
final TextEditingController sendController = TextEditingController();
|
TextEditingController sendController = TextEditingController();
|
||||||
|
|
||||||
void send() {
|
void send() {
|
||||||
if (sendController.text.isEmpty) return;
|
if (sendController.text.isEmpty) return;
|
||||||
|
|
Loading…
Reference in a new issue