fix(ui/modules/Linphone/Chat/Chat): add a workaround to this issue: https://bugreports.qt.io/browse/QTBUG-49989

This commit is contained in:
Ronan Abhamon 2017-01-06 11:19:35 +01:00
parent 2ba712cc68
commit 3415e10027

View file

@ -5,6 +5,7 @@ import QtQuick.Layouts 1.3
import Common 1.0
import Linphone 1.0
import Linphone.Styles 1.0
import Utils 1.0
// =============================================================================
@ -182,6 +183,10 @@ ColumnLayout {
var initView = function () {
positionViewAtEnd()
_tryToLoadMoreEntries = false
// TODO: Remove these lines when this issue will not be longer valid :
// https://bugreports.qt.io/browse/QTBUG-49989
Utils.setTimeout(chat, 10, positionViewAtEnd)
}
// Received only if more entries were loaded.