Skip to content
Snippets Groups Projects
Commit 3e81c1e2 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

fix crash when pending contact calls while editing settings

Change-Id: Ife09bb2b6529c385bc298838715cdb59e827bdee
parent d2e8d0eb
No related branches found
No related tags found
No related merge requests found
......@@ -704,6 +704,7 @@ void CallWidget::slotShowIncomingCallView(const std::string& accountId,
}
if (!itemInCurrentFilter && !isCallSelected) {
if (ui->smartList->selectionModel())
ui->smartList->selectionModel()->clear();
LRCInstance::setSelectedConvId(convInfo.uid);
showChatView(accountId, convInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment