restore sendmsg autofocus lost in prior merge
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
erinn 2021-04-09 21:27:53 -07:00
parent eeb2d8bb74
commit f124079e69
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class _MessageViewState extends State<MessageView> {
.cwtch
.SendMessage(Provider.of<ContactInfoState>(context, listen: false).profileOnion, Provider.of<ContactInfoState>(context, listen: false).onion, jsonEncode(cm));
ctrlrCompose.clear();
focusNode.requestFocus();
Provider.of<ContactInfoState>(context, listen: false).totalMessages++;
}