fix(ui): fix endless loading overlay on session end
This commit is contained in:
parent
210eee68f5
commit
d084c4a9a6
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ export default class MessageManager {
|
|||
}
|
||||
})
|
||||
|
||||
if (this.waitingForFiles && this.lastMessageTime <= t) {
|
||||
if (this.waitingForFiles && this.lastMessageTime <= t && t !== this.session.duration.milliseconds) {
|
||||
this.setMessagesLoading(true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue