Skip to content
Snippets Groups Projects
Commit d9844072 authored by Edric Milaret's avatar Edric Milaret Committed by Stepan Salenikovich
Browse files

call: hold button disapearing on hold

Refs #77653

Change-Id: Iaa50d890cf9241a4bf2ae5296edc599490b58c55
parent c963ed28
No related branches found
No related tags found
No related merge requests found
...@@ -277,8 +277,6 @@ CallWidget::callStateChanged(Call* call, Call::State previousState) ...@@ -277,8 +277,6 @@ CallWidget::callStateChanged(Call* call, Call::State previousState)
setActualCall(onHoldCall); setActualCall(onHoldCall);
onHoldCall->performAction(Call::Action::HOLD); onHoldCall->performAction(Call::Action::HOLD);
} }
} else if (call->state() == Call::State::HOLD) {
ui->videoWidget->hide();
} else if (call->state() == Call::State::CURRENT) { } else if (call->state() == Call::State::CURRENT) {
displaySpinner(false); displaySpinner(false);
ui->videoWidget->show(); ui->videoWidget->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment