mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix jump to message / to end in discussions.
This commit is contained in:
parent
9709297713
commit
f2da34c9f5
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ void ListWidget::restoreScrollState() {
|
|||
} else if (_overrideInitialScroll
|
||||
&& base::take(_overrideInitialScroll)()) {
|
||||
_scrollTopState = ScrollTopState();
|
||||
_scrollInited = true;
|
||||
return;
|
||||
}
|
||||
if (!_scrollTopState.item) {
|
||||
|
|
Loading…
Add table
Reference in a new issue