mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Left animation to top only for dialogs up button.
This commit is contained in:
parent
8aa0b31c1a
commit
60e36b1411
@ -392,7 +392,8 @@ void DialogsWidget::jumpToTop() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((_filter->getLastText().trimmed().isEmpty() && !_searchInChat)) {
|
if ((_filter->getLastText().trimmed().isEmpty() && !_searchInChat)) {
|
||||||
scrollToTop();
|
_scrollToAnimation.stop();
|
||||||
|
_scroll->scrollToY(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user