mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-26 02:20:46 +00:00
Fixed covering right part of chat list with dialogs up button at end.
This commit is contained in:
parent
f51f133832
commit
ff4ccdc59c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user