diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index 4a51bb2e2..0f38c67b2 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -2790,8 +2790,9 @@ int Message::resizeContentGetHeight(int newWidth) { if (item->repliesAreComments() || item->externalReply()) { newHeight += st::historyCommentsButtonHeight; - } else { + } else if (_comments) { _comments = nullptr; + checkHeavyPart(); } newHeight += viewButtonHeight(); } else if (mediaDisplayed) {