Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin
2020-12-14 19:37:37 +04:00
parent ae2bf3b908
commit 85a74c2ff2
10 changed files with 145 additions and 94 deletions

View File

@@ -7,6 +7,7 @@ public protocol ChatListController: ViewController {
var context: AccountContext { get }
var lockViewFrame: CGRect? { get }
var isSearchActive: Bool { get }
func activateSearch()
func deactivateSearch(animated: Bool)
func activateCompose()