mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix crash in topic group opening.
This commit is contained in:
@@ -3824,7 +3824,8 @@ void Widget::updateLockUnlockVisibility(anim::type animated) {
|
||||
|| (widthAnimation && !suggestionsAnimation)
|
||||
|| _childList
|
||||
|| !session().domain().local().hasLocalPasscode()
|
||||
|| (!_stories->empty()
|
||||
|| (_stories
|
||||
&& !_stories->empty()
|
||||
&& _scroll->position().overscroll < -st::dialogsFilterSkip);
|
||||
const auto hiddenAnimated = _searchHasFocus
|
||||
|| _searchSuggestionsLocked
|
||||
|
||||
Reference in New Issue
Block a user