mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(ui/modules/Linphone/Chat/Chat): fix a ReferenceError: _initView is not defined error
This commit is contained in:
parent
912b0e8a17
commit
6b0d1bc432
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ Rectangle {
|
|||
// When the view is changed (for example `Calls` -> `Messages`),
|
||||
// the position is set at end and it can be possible to load
|
||||
// more entries.
|
||||
onEntryTypeFilterChanged: _initView()
|
||||
onEntryTypeFilterChanged: chat._initView()
|
||||
|
||||
onMoreEntriesLoaded: {
|
||||
chat.positionViewAtIndex(n - 1, ListView.Beginning)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue