Skip to content
Snippets Groups Projects
Commit 8fc729f6 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Andreas Traczyk
Browse files

callview: show outgoing calls from unselected conversations

reset account and conversation id for outgoing calls

Gitlab: #77
Change-Id: I04b0707549f7b7170ce28854acf87f924a36f1bd
parent 0ccfab7d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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