diff --git a/Telegram/SourceFiles/mainwindow.cpp b/Telegram/SourceFiles/mainwindow.cpp index 3d241eab5..7c3006d26 100644 --- a/Telegram/SourceFiles/mainwindow.cpp +++ b/Telegram/SourceFiles/mainwindow.cpp @@ -81,6 +81,9 @@ MainWindow::MainWindow() { subscribe(Messenger::Instance().authSessionChanged(), [this] { updateGlobalMenu(); + if (!AuthSession::Exists()) { + _mediaPreview.destroy(); + } }); subscribe(Window::Theme::Background(), [this](const Window::Theme::BackgroundUpdate &data) { themeUpdated(data);