mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -1126,6 +1126,9 @@ public final class ChatListContainerNode: ASDisplayNode, UIGestureRecognizerDele
|
||||
guard let strongSelf = self, strongSelf.availableFilters.count > 1 || strongSelf.controller?.isStoryPostingAvailable == true else {
|
||||
return []
|
||||
}
|
||||
guard case .chatList(.root) = strongSelf.location else {
|
||||
return []
|
||||
}
|
||||
switch strongSelf.currentItemNode.visibleContentOffset() {
|
||||
case let .known(value):
|
||||
if value < -strongSelf.currentItemNode.tempTopInset {
|
||||
|
||||
Reference in New Issue
Block a user