Skip to content
Snippets Groups Projects
Commit 28476a01 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

callmodel: emit currentCall changed

Else, because we show the incomingCallView, the currentCall may
be different to what we show

Change-Id: I8d996df5db22a8b2cb4a69ed070c278c08816b07
parent f265b71d
No related branches found
No related tags found
No related merge requests found
...@@ -1739,8 +1739,7 @@ CallModelPimpl::slotConferenceChanged(const QString& accountId, ...@@ -1739,8 +1739,7 @@ CallModelPimpl::slotConferenceChanged(const QString& accountId,
if (call == currentCall_) if (call == currentCall_)
currentCall_ = confId; currentCall_ = confId;
} }
if (currentCallId != currentCall_) Q_EMIT linked.currentCallChanged(currentCall_);
Q_EMIT linked.currentCallChanged(confId);
} }
void void
......
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