mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
fix hide spinner in chat messages list when model reset
This commit is contained in:
parent
2cbd30aa68
commit
7ff0278b11
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ ListView {
|
|||
onModelAboutToBeReset: {
|
||||
loading = true
|
||||
}
|
||||
onModelReset: loading = false
|
||||
onModelUpdated: {
|
||||
loading = false
|
||||
var index = eventLogProxy.findFirstUnreadIndex()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue