From 8fc729f63bd54c680368b9529f1d069973413b55 Mon Sep 17 00:00:00 2001
From: ababi <albert.babi@savoirfairelinux.com>
Date: Thu, 17 Sep 2020 15:16:39 +0200
Subject: [PATCH] callview: show outgoing calls from unselected conversations

reset account and conversation id for outgoing calls

Gitlab: #77
Change-Id: I04b0707549f7b7170ce28854acf87f924a36f1bd
---
 src/calladapter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/calladapter.cpp b/src/calladapter.cpp
index c49ce85e2..58a125ab1 100644
--- a/src/calladapter.cpp
+++ b/src/calladapter.cpp
@@ -144,7 +144,7 @@ CallAdapter::slotShowIncomingCallView(const QString& accountId, const conversati
     if (call.isOutgoing) {
         if (isCallSelected) {
             emit showOutgoingCallPage(accountId, convInfo.uid);
-            emit showCallStack(accountId, convInfo.uid);
+            emit showCallStack(accountId, convInfo.uid, true);
         }
     } else {
         auto showIncomingCall = false;
-- 
GitLab