mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Linphone/Chat/Chat): uses a positionViewAtEnd call at startup
This commit is contained in:
parent
065c701af5
commit
dbd413631f
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ ColumnLayout {
|
|||
var initView = function () {
|
||||
_tryToLoadMoreEntries = false
|
||||
_bindToEnd = true
|
||||
|
||||
positionViewAtEnd()
|
||||
}
|
||||
|
||||
// Received only if more entries were loaded.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue