mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -11,6 +11,7 @@ public enum ChatListControllerLocation: Equatable {
|
||||
|
||||
public protocol ChatListController: ViewController {
|
||||
var context: AccountContext { get }
|
||||
var location: ChatListControllerLocation { get }
|
||||
var lockViewFrame: CGRect? { get }
|
||||
|
||||
var isSearchActive: Bool { get }
|
||||
@@ -25,4 +26,6 @@ public protocol ChatListController: ViewController {
|
||||
|
||||
func openStories(peerId: EnginePeer.Id)
|
||||
func openStoriesFromNotification(peerId: EnginePeer.Id, storyId: Int32)
|
||||
|
||||
func resetForumStackIfOpen()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user