mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
parent
77b8d56c03
commit
8477956117
1 changed files with 1 additions and 1 deletions
|
@ -4740,7 +4740,7 @@ void HistoryWidget::updateHistoryGeometry(bool initial, bool loadedDown, const S
|
||||||
newScrollHeight -= st::historyReplyHeight;
|
newScrollHeight -= st::historyReplyHeight;
|
||||||
}
|
}
|
||||||
if (_contactStatus) {
|
if (_contactStatus) {
|
||||||
newScrollHeight -= _contactStatus->height() - st::lineWidth;
|
newScrollHeight -= _contactStatus->height();
|
||||||
}
|
}
|
||||||
if (!editingMessage() && (isBlocked() || isBotStart() || isJoinChannel() || isMuteUnmute())) {
|
if (!editingMessage() && (isBlocked() || isBotStart() || isJoinChannel() || isMuteUnmute())) {
|
||||||
newScrollHeight -= _unblock->height();
|
newScrollHeight -= _unblock->height();
|
||||||
|
|
Loading…
Add table
Reference in a new issue