summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/components/Feedback.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/components/Feedback.qml b/qml/components/Feedback.qml
index 1558be0..0fe4be2 100644
--- a/qml/components/Feedback.qml
+++ b/qml/components/Feedback.qml
@@ -165,6 +165,7 @@ Item {
onClicked: {
text = "sending..."
Qt.inputMethod.hide()
+ Qt.inputMethod.commit()
ModelsSingleton.saveFeedback(feedbackEdit.text, eventId, rating)
stack.pop()
}