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
Branches
Tags
No related merge requests found
......@@ -277,8 +277,6 @@ CallWidget::callStateChanged(Call* call, Call::State previousState)
setActualCall(onHoldCall);
onHoldCall->performAction(Call::Action::HOLD);
}
} else if (call->state() == Call::State::HOLD) {
ui->videoWidget->hide();
} else if (call->state() == Call::State::CURRENT) {
displaySpinner(false);
ui->videoWidget->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment