Skip to content
Snippets Groups Projects
Commit b5684844 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

fix: empty chatview

Bug:
Go to small size, open swarm details panel (it will take all width)
Then go to another conversation => No messages (need to re-click on swarm details panel).

Change-Id: I6b2d721e4b3645d60483ff1aca3cff24908cefb4
parent 13f829d6
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ Rectangle {
onVisibleChanged: {
if (visible)
return
swarmDetailsPanel.visible = false
addMemberPanel.visible = false
chatContents.visible = true
UtilsAdapter.clearInteractionsCache(CurrentAccount.id, CurrentConversation.id)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment