2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Merge remote-tracking branch 'tdesktop/dev' into dev

This commit is contained in:
RadRussianRus
2020-01-18 18:26:29 +03:00
435 changed files with 19946 additions and 7255 deletions

View File

@@ -331,7 +331,8 @@ void Widget::updateScrollUpVisibility() {
}
startScrollUpButtonAnimation(
_scroll->scrollTop() > st::historyToDownShownAfter);
(_scroll->scrollTop() > st::historyToDownShownAfter)
&& (_scroll->scrollTop() < _scroll->scrollTopMax()));
}
void Widget::startScrollUpButtonAnimation(bool shown) {