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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user