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

callwidget: fix disappearing chatview when peer terminates call

Change-Id: Ib4b18e5d5cde5e1c635ce0f402c643294ba900ab
parent 6b5ad3e2
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,6 @@ VideoView::callStateChanged(Call* call, Call::State previousState)
timerConnection_ = connect(call, SIGNAL(changed()), this, SLOT(updateCall()));
} else {
QObject::disconnect(timerConnection_);
emit setChatVisibility(false);
try {
if (call) {
emit closing(call->historyId().toStdString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment