diff --git a/tests/ui/modules/Linphone/Chat/Chat.qml b/tests/ui/modules/Linphone/Chat/Chat.qml index db70875cd..5cd6a530b 100644 --- a/tests/ui/modules/Linphone/Chat/Chat.qml +++ b/tests/ui/modules/Linphone/Chat/Chat.qml @@ -12,6 +12,7 @@ import Utils 1.0 ColumnLayout { property alias proxyModel: chat.model + property bool _bindToEnd: false property var _contactObserver: SipAddressesModel.getContactObserver(proxyModel.sipAddress) // --------------------------------------------------------------------------- @@ -27,7 +28,6 @@ ColumnLayout { // ------------------------------------------------------------------------- - property bool _bindToEnd: false property bool _tryToLoadMoreEntries: true // ------------------------------------------------------------------------- @@ -247,6 +247,7 @@ ColumnLayout { onValidText: { this.text = '' + _bindToEnd = true proxyModel.sendMessage(text) } }