Fix scheduled voice chat creation.

This commit is contained in:
John Preston 2021-05-24 20:04:46 +04:00
parent df6f5d83d6
commit 2af1d95650

View file

@ -954,6 +954,7 @@ void Panel::setupMembers() {
setupVideo();
_members->show();
refreshControlsBackground();
raiseControls();
_members->desiredHeightValue(
@ -1729,6 +1730,9 @@ void Panel::updateButtonsStyles() {
}
void Panel::refreshControlsBackground() {
if (!_members) {
return;
}
if (mode() == PanelMode::Default) {
trackControls(false);
_controlsBackgroundWide.destroy();