mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix archive
This commit is contained in:
parent
90018eaa95
commit
c969f2556d
@ -90,7 +90,9 @@ private final class ChatListContainerItemNode: ASDisplayNode {
|
||||
emptyNode.updateLayout(size: emptyNodeFrame.size, transition: .immediate)
|
||||
}
|
||||
}
|
||||
strongSelf.becameEmpty(filter)
|
||||
if !isLoading {
|
||||
strongSelf.becameEmpty(filter)
|
||||
}
|
||||
case .notEmpty:
|
||||
if let emptyNode = strongSelf.emptyNode {
|
||||
strongSelf.emptyNode = nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user