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:
@@ -2940,9 +2940,6 @@ void HistoryInner::updateSize() {
|
||||
|
||||
if (_historyPaddingTop != newHistoryPaddingTop) {
|
||||
_historyPaddingTop = newHistoryPaddingTop;
|
||||
_emojiInteractions->visibleAreaUpdated(
|
||||
_visibleAreaTop - _historyPaddingTop,
|
||||
_visibleAreaBottom - _historyPaddingTop);
|
||||
}
|
||||
|
||||
int newHeight = _historyPaddingTop + itemsHeight + st::historyPaddingBottom;
|
||||
|
Reference in New Issue
Block a user