mirror of https://github.com/procxx/kepka.git
parent
77b8d56c03
commit
8477956117
|
@ -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…
Reference in New Issue