From 8c6b5caa579abc5f3d94cd4121a8b2feb034b46c Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 30 Mar 2020 16:43:09 +0400 Subject: [PATCH] Fix possible crash in inconsistent HistoryWidget state. --- Telegram/SourceFiles/history/history_widget.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 1905627b8..6166a5854 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -1769,6 +1769,7 @@ void HistoryWidget::showHistory( _showAtMsgId = showAtMsgId; _historyInited = false; + _contactStatus = nullptr; // Unload lottie animations. Auth().data().unloadHeavyViewParts(HistoryInner::ElementDelegate()); @@ -1786,8 +1787,6 @@ void HistoryWidget::showHistory( }, _contactStatus->lifetime()); orderWidgets(); controller()->tabbedSelector()->setCurrentPeer(_peer); - } else { - _contactStatus = nullptr; } refreshTabbedPanel();