mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
calls: fix the client crash when having multiple calls
Gitlab: #236 Change-Id: I9f9af107db27cfe8ab09911b2f2b0516f56d2578
This commit is contained in:
parent
1c8ca29518
commit
3c15299fd2
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ CallAdapter::updateCall(const QString& convUid, const QString& accountId, bool f
|
|||
|
||||
if (call->status == lrc::api::call::Status::IN_PROGRESS) {
|
||||
LRCInstance::renderer()->addDistantRenderer(call->id);
|
||||
LRCInstance::getAccountInfo(accountId).callModel->setCurrentCall(call->id);
|
||||
LRCInstance::getAccountInfo(accountId_).callModel->setCurrentCall(call->id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue