mirror of https://github.com/procxx/kepka.git
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(
|
startScrollUpButtonAnimation(
|
||||||
_scroll->scrollTop() > st::historyToDownShownAfter);
|
(_scroll->scrollTop() > st::historyToDownShownAfter)
|
||||||
|
&& (_scroll->scrollTop() < _scroll->scrollTopMax()));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Widget::startScrollUpButtonAnimation(bool shown) {
|
void Widget::startScrollUpButtonAnimation(bool shown) {
|
||||||
|
|
Loading…
Reference in New Issue