diff --git a/app/qml/components/private/MMBaseSingleLineInput.qml b/app/qml/components/private/MMBaseSingleLineInput.qml index b1f818e67..db7cccd3c 100644 --- a/app/qml/components/private/MMBaseSingleLineInput.qml +++ b/app/qml/components/private/MMBaseSingleLineInput.qml @@ -169,6 +169,8 @@ MMBaseInput { onTextEdited: root.textEdited( text ) + onPreeditTextChanged: if( __androidUtils.isAndroid ) Qt.inputMethod.commit() // to avoid Android's unconfirmed text + onReleased: { if ( root.editState !== "readOnly" ) { root.textClicked()