From dbd413631f7ab0e156c650d435b6336212228d18 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 10 Jan 2017 12:09:05 +0100 Subject: [PATCH] fix(ui/modules/Linphone/Chat/Chat): uses a `positionViewAtEnd` call at startup --- tests/ui/modules/Linphone/Chat/Chat.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ui/modules/Linphone/Chat/Chat.qml b/tests/ui/modules/Linphone/Chat/Chat.qml index 5cd6a530b..3ce86dfcc 100644 --- a/tests/ui/modules/Linphone/Chat/Chat.qml +++ b/tests/ui/modules/Linphone/Chat/Chat.qml @@ -68,6 +68,8 @@ ColumnLayout { var initView = function () { _tryToLoadMoreEntries = false _bindToEnd = true + + positionViewAtEnd() } // Received only if more entries were loaded.