mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Fix undesired lock/unlock button visibility.
This commit is contained in:
@@ -240,6 +240,7 @@ Widget::Widget(
|
|||||||
_childListShown.value(),
|
_childListShown.value(),
|
||||||
makeChildListShown)));
|
makeChildListShown)));
|
||||||
_scrollToTop->raise();
|
_scrollToTop->raise();
|
||||||
|
_lockUnlock->toggle(false, anim::type::instant);
|
||||||
|
|
||||||
_inner->updated(
|
_inner->updated(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
|
Reference in New Issue
Block a user