Skip to content
Snippets Groups Projects
Commit 1c2bc779 authored by Sébastien Blin's avatar Sébastien Blin Committed by Nicolas Jager
Browse files

call: don't stay on 'finished' state for a call


When a call is finished, lrc should select the call to emit showChatView.

Change-Id: I50bd067d0ec037581e9b41fb52633c27caf6372f
Reviewed-by: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
parent ce702f32
Branches
No related tags found
No related merge requests found
......@@ -973,6 +973,7 @@ ConversationModelPimpl::slotCallEnded(const std::string& callId)
if (conversation.callId == callId) {
conversation.callId = "";
dirtyConversations = true;
linked.selectConversation(conversation.uid);
}
} catch (std::out_of_range& e) {
qDebug() << "ConversationModelPimpl::slotCallEnded can't end inexistant call";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment