mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-08 08:45:45 +02:00
conversationextrapanel: close details on request/sync
Change-Id: Iec52dc4400bc92283b8a0f7eb5643c758902dc19 GitLab: #1149
This commit is contained in:
parent
5508f28c63
commit
26d16c38b8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ StackLayout {
|
||||||
|
|
||||||
function restoreState() {
|
function restoreState() {
|
||||||
// Only applies to Jami accounts, and we musn't be in a call.
|
// Only applies to Jami accounts, and we musn't be in a call.
|
||||||
if (detailsShouldOpen && !inCallView) {
|
if (detailsShouldOpen && !inCallView && !CurrentConversation.needsSyncing && !CurrentConversation.isRequest) {
|
||||||
switchToPanel(ChatView.SwarmDetailsPanel, false);
|
switchToPanel(ChatView.SwarmDetailsPanel, false);
|
||||||
} else {
|
} else {
|
||||||
closePanel();
|
closePanel();
|
||||||
|
|
Loading…
Add table
Reference in a new issue