contact via resolveContact(connector)

This commit is contained in:
ZIER 2026-04-07 10:30:30 +02:00
parent 6f32a793e8
commit 46744aef4e

View file

@ -767,7 +767,7 @@ class _ChatScreenState extends State<ChatScreen> {
);
return;
}
connector.sendMessage(widget.contact, markerText);
connector.sendMessage(_resolveContact(connector), markerText);
}
void _showGifPicker(BuildContext context) {