feature: Correct response detection
This commit is contained in:
parent
3669dec76f
commit
9de366915b
4 changed files with 38 additions and 12 deletions
|
@ -15,6 +15,7 @@ namespace Messaging.Composer {
|
|||
public void SendEmojis() {
|
||||
if (CanSendText()) {
|
||||
_messageManager.CreateMessage(inputField.Text, true);
|
||||
inputField.ClearText();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue