mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Finalize theme color selection UI
This commit is contained in:
@@ -42,6 +42,10 @@ public final class ChatListSearchItemHeader: ListViewItemHeader {
|
||||
public func node() -> ListViewItemHeaderNode {
|
||||
return ChatListSearchItemHeaderNode(type: self.type, theme: self.theme, strings: self.strings, actionTitle: self.actionTitle, action: self.action)
|
||||
}
|
||||
|
||||
public func updateNode(_ node: ListViewItemHeaderNode, previous: ListViewItemHeader?, next: ListViewItemHeader?) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public final class ChatListSearchItemHeaderNode: ListViewItemHeaderNode {
|
||||
|
||||
Reference in New Issue
Block a user