1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 08:49:35 +01:00

call: enable screen saver after call is completed

Change-Id: Ib7bac91e802351c699c4a7e44a4c197eeca884e5
This commit is contained in:
Kateryna Kostiuk 2024-01-11 12:09:06 -05:00 committed by Sébastien Blin
parent 9c6bdec0f0
commit a0fc85d0a9

View file

@ -314,7 +314,7 @@ CallAdapter::onCallStatusChanged(const QString& callId, int code)
currentConfSubcalls_.clear();
return;
}
} else {
} else if (currentConfSubcalls_.size() >= 2) {
// okay, still a conference, so just update the subcall list and this call
saveConferenceSubcalls();
Q_EMIT lrcInstance_->conversationUpdated(currentConvInfo.uid, accountId_);