Fix jump to message / to end in discussions.

This commit is contained in:
John Preston 2021-08-30 11:41:59 +03:00
parent 9709297713
commit f2da34c9f5
1 changed files with 1 additions and 0 deletions

View File

@ -585,6 +585,7 @@ void ListWidget::restoreScrollState() {
} else if (_overrideInitialScroll
&& base::take(_overrideInitialScroll)()) {
_scrollTopState = ScrollTopState();
_scrollInited = true;
return;
}
if (!_scrollTopState.item) {