mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Fixed swipe handler for small chat lists.
This commit is contained in:
@@ -379,6 +379,10 @@ Widget::Widget(
|
||||
_childListPeerId.value(),
|
||||
_childListShown.value(),
|
||||
makeChildListShown)));
|
||||
_scroll->heightValue() | rpl::start_with_next([=](int height) {
|
||||
_inner->setMinimumHeight(height);
|
||||
_inner->refresh();
|
||||
}, _inner->lifetime());
|
||||
_scrollToTop->raise();
|
||||
_lockUnlock->toggle(false, anim::type::instant);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user