mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Progress indicators
This commit is contained in:
@@ -76,10 +76,12 @@ public protocol ChatMessageTransitionProtocol: ASDisplayNode {
|
||||
public struct NavigateToMessageParams {
|
||||
public var timestamp: Double?
|
||||
public var quote: String?
|
||||
public var progress: Promise<Bool>?
|
||||
|
||||
public init(timestamp: Double?, quote: String?) {
|
||||
public init(timestamp: Double?, quote: String?, progress: Promise<Bool>? = nil) {
|
||||
self.timestamp = timestamp
|
||||
self.quote = quote
|
||||
self.progress = progress
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user