mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
} else if (_overrideInitialScroll
|
||||||
&& base::take(_overrideInitialScroll)()) {
|
&& base::take(_overrideInitialScroll)()) {
|
||||||
_scrollTopState = ScrollTopState();
|
_scrollTopState = ScrollTopState();
|
||||||
|
_scrollInited = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!_scrollTopState.item) {
|
if (!_scrollTopState.item) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue