diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml b/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml index 5242885b2..87f04178d 100644 --- a/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml +++ b/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml @@ -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)