mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -1031,14 +1031,18 @@ public protocol ChatController: ViewController {
|
||||
|
||||
var visibleContextController: ViewController? { get }
|
||||
|
||||
var contentContainerNode: ASDisplayNode { get }
|
||||
|
||||
var searching: ValuePromise<Bool> { get }
|
||||
var searchResultsCount: ValuePromise<Int32> { get }
|
||||
var externalSearchResultsCount: Int32? { get set }
|
||||
|
||||
var alwaysShowSearchResultsAsList: Bool { get set }
|
||||
var includeSavedPeersInSearchResults: Bool { get set }
|
||||
var showListEmptyResults: Bool { get set }
|
||||
func beginMessageSearch(_ query: String)
|
||||
|
||||
func updatePresentationMode(_ mode: ChatControllerPresentationMode)
|
||||
func beginMessageSearch(_ query: String)
|
||||
func displayPromoAnnouncement(text: String)
|
||||
|
||||
func updatePushedTransition(_ fraction: CGFloat, transition: ContainedViewLayoutTransition)
|
||||
|
||||
Reference in New Issue
Block a user