diff --git a/Telegram/SourceFiles/history/view/history_view_subsection_tabs.cpp b/Telegram/SourceFiles/history/view/history_view_subsection_tabs.cpp index 9fc513c011..6c5187c781 100644 --- a/Telegram/SourceFiles/history/view/history_view_subsection_tabs.cpp +++ b/Telegram/SourceFiles/history/view/history_view_subsection_tabs.cpp @@ -218,6 +218,7 @@ void SubsectionTabs::setupSlider( const auto thread = _slice[active].thread; if (newWindow) { _controller->showInNewWindow(Window::SeparateId(thread)); + _refreshed.fire({}); // This should activate current section. } else { auto params = Window::SectionShow(); params.way = Window::SectionShow::Way::ClearStack;