mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
contact via resolveContact(connector)
This commit is contained in:
parent
6f32a793e8
commit
46744aef4e
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||
);
|
||||
return;
|
||||
}
|
||||
connector.sendMessage(widget.contact, markerText);
|
||||
connector.sendMessage(_resolveContact(connector), markerText);
|
||||
}
|
||||
|
||||
void _showGifPicker(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue