Destroy comments button when switched off.
This commit is contained in:
parent
d413080f83
commit
df66162bca
|
@ -2785,6 +2785,8 @@ int Message::resizeContentGetHeight(int newWidth) {
|
|||
|
||||
if (item->repliesAreComments() || item->externalReply()) {
|
||||
newHeight += st::historyCommentsButtonHeight;
|
||||
} else {
|
||||
_comments = nullptr;
|
||||
}
|
||||
newHeight += viewButtonHeight();
|
||||
} else if (mediaDisplayed) {
|
||||
|
|
Loading…
Reference in New Issue