2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Display premium stickers in comments/pinned/scheduled.

This commit is contained in:
John Preston
2022-05-02 13:58:12 +04:00
parent 8890f263af
commit 5adf95fc28
4 changed files with 24 additions and 11 deletions

View File

@@ -2940,9 +2940,6 @@ void HistoryInner::updateSize() {
if (_historyPaddingTop != newHistoryPaddingTop) {
_historyPaddingTop = newHistoryPaddingTop;
_emojiInteractions->visibleAreaUpdated(
_visibleAreaTop - _historyPaddingTop,
_visibleAreaBottom - _historyPaddingTop);
}
int newHeight = _historyPaddingTop + itemsHeight + st::historyPaddingBottom;