mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix memory leak
This commit is contained in:
@@ -364,6 +364,8 @@ public enum ChatPresentationInputQueryResult: Equatable {
|
||||
}
|
||||
}
|
||||
|
||||
public let ChatControllerCount = Atomic<Int32>(value: 0)
|
||||
|
||||
public protocol ChatController: ViewController {
|
||||
var chatLocation: ChatLocation { get }
|
||||
var canReadHistory: ValuePromise<Bool> { get }
|
||||
|
||||
Reference in New Issue
Block a user