Archive changes

This commit is contained in:
Ali
2023-07-15 18:28:23 +04:00
parent 2e09bfe14f
commit acaaf90045
7 changed files with 137 additions and 56 deletions

View File

@@ -865,7 +865,7 @@ func chatListNodeEntriesForView(view: EngineChatList, state: ChatListNodeState,
}
if displayArchiveIntro {
result.append(.ArchiveIntro(presentationData: state.presentationData))
//result.append(.ArchiveIntro(presentationData: state.presentationData))
} else if !contacts.isEmpty && !result.contains(where: { entry in
if case .PeerEntry = entry {
return true