Clear SMS input field on send

This commit is contained in:
Nicolas Fella 2018-08-04 21:13:09 +02:00
parent 36aecee429
commit 367f2e08a9

View file

@ -61,6 +61,7 @@ Kirigami.ScrollablePage
onAccepted: {
console.log("sending sms", page.phoneNumber)
model.sendReplyToConversation(message.text)
text = ""
}
}
Button {