Skip to content

Commit

Permalink
Clear SMS input field on send
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfella committed Aug 4, 2018
1 parent 36aecee commit 367f2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smsapp/qml/ConversationDisplay.qml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Kirigami.ScrollablePage
onAccepted: {
console.log("sending sms", page.phoneNumber)
model.sendReplyToConversation(message.text)
text = ""
}
}
Button {
Expand Down

0 comments on commit 367f2e0

Please sign in to comment.