mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Profile fixed bar actions done, adaptive layout for profile buttons.
This commit is contained in:
@@ -6867,7 +6867,8 @@ void HistoryWidget::updateListSize(bool initial, bool loadedDown, const ScrollCh
|
||||
}
|
||||
} else {
|
||||
}
|
||||
if (toY > _scroll.scrollTopMax()) toY = _scroll.scrollTopMax();
|
||||
auto scrollMax = _scroll.scrollTopMax();
|
||||
accumulate_min(toY, scrollMax);
|
||||
if (_scroll.scrollTop() == toY) {
|
||||
visibleAreaUpdated();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user