diff --git a/Linphone/view/Control/Display/Chat/ChatMessagesListView.qml b/Linphone/view/Control/Display/Chat/ChatMessagesListView.qml index 4696c9ce8..22e3e6e0a 100644 --- a/Linphone/view/Control/Display/Chat/ChatMessagesListView.qml +++ b/Linphone/view/Control/Display/Chat/ChatMessagesListView.qml @@ -86,6 +86,7 @@ ListView { onModelAboutToBeReset: { loading = true } + onModelReset: loading = false onModelUpdated: { loading = false var index = eventLogProxy.findFirstUnreadIndex()