Fix scroll-to-top in chats list visibility.

This commit is contained in:
John Preston 2023-07-10 11:07:21 +04:00
parent dc806d4286
commit e0c10e7cc2

View file

@ -227,6 +227,7 @@ Widget::Widget(
_childListPeerId.value(), _childListPeerId.value(),
_childListShown.value(), _childListShown.value(),
makeChildListShown))); makeChildListShown)));
_scrollToTop->raise();
_inner->updated( _inner->updated(
) | rpl::start_with_next([=] { ) | rpl::start_with_next([=] {