mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-13 20:32:02 +10:00
fix: return cursor to message window after send
This commit is contained in:
@@ -429,6 +429,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
||||
|
||||
connector.sendMessage(widget.contact, text);
|
||||
_textController.clear();
|
||||
_textFieldFocusNode.requestFocus();
|
||||
}
|
||||
|
||||
void _showPathHistory(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user