diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 39f2ea80d..96138b7c4 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -1488,12 +1488,12 @@ void HistoryWidget::orderWidgets() { if (_pinnedBar) { _pinnedBar->raise(); } - if (_groupCallBar) { - _groupCallBar->raise(); - } if (_requestsBar) { _requestsBar->raise(); } + if (_groupCallBar) { + _groupCallBar->raise(); + } if (_chooseTheme) { _chooseTheme->raise(); }