Fix undesired lock/unlock button visibility.

This commit is contained in:
John Preston 2023-07-19 11:02:35 +04:00
parent 04a969cc5f
commit 585bbd45f4
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ Widget::Widget(
_childListShown.value(),
makeChildListShown)));
_scrollToTop->raise();
_lockUnlock->toggle(false, anim::type::instant);
_inner->updated(
) | rpl::start_with_next([=] {