mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
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()) {
|
if (item->repliesAreComments() || item->externalReply()) {
|
||||||
newHeight += st::historyCommentsButtonHeight;
|
newHeight += st::historyCommentsButtonHeight;
|
||||||
|
} else {
|
||||||
|
_comments = nullptr;
|
||||||
}
|
}
|
||||||
newHeight += viewButtonHeight();
|
newHeight += viewButtonHeight();
|
||||||
} else if (mediaDisplayed) {
|
} else if (mediaDisplayed) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user