From 2e97f8b07a11510a196b20d26381e0150a198aa4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 2 Jan 2015 19:09:05 +0300 Subject: [PATCH] fixed title back button after logout, fixed crash on relogin --- Telegram/SourceFiles/app.cpp | 2 ++ Telegram/SourceFiles/window.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/Telegram/SourceFiles/app.cpp b/Telegram/SourceFiles/app.cpp index f0cd87441..8a408ff38 100644 --- a/Telegram/SourceFiles/app.cpp +++ b/Telegram/SourceFiles/app.cpp @@ -1290,6 +1290,8 @@ namespace App { delete *i; } documentsData.clear(); + cSetRecentStickers(RecentStickerPack()); + cSetStickersHash(QByteArray()); ::videoItems.clear(); ::audioItems.clear(); ::documentItems.clear(); diff --git a/Telegram/SourceFiles/window.cpp b/Telegram/SourceFiles/window.cpp index 107b906f2..4a191c8d7 100644 --- a/Telegram/SourceFiles/window.cpp +++ b/Telegram/SourceFiles/window.cpp @@ -434,6 +434,7 @@ void Window::clearWidgets() { intro->rpcInvalidate(); intro = 0; } + title->updateBackButton(); } void Window::setupIntro(bool anim) {