Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2020-09-21 21:26:08 +03:00
88 changed files with 5621 additions and 4778 deletions

View File

@@ -143,6 +143,10 @@ final class ChatHistorySearchContainerNode: SearchDisplayControllerContentNode {
private var enqueuedTransitions: [(ChatHistorySearchContainerTransition, Bool)] = []
public override var hasDim: Bool {
return true
}
init(context: AccountContext, peerId: PeerId, tagMask: MessageTags, interfaceInteraction: ChatControllerInteraction) {
self.context = context