mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Translation improvements
This commit is contained in:
@@ -2215,12 +2215,18 @@ public final class ContextControllerReferenceViewInfo {
|
||||
}
|
||||
|
||||
public protocol ContextReferenceContentSource: AnyObject {
|
||||
var keepInPlace: Bool { get }
|
||||
|
||||
var shouldBeDismissed: Signal<Bool, NoError> { get }
|
||||
|
||||
func transitionInfo() -> ContextControllerReferenceViewInfo?
|
||||
}
|
||||
|
||||
public extension ContextReferenceContentSource {
|
||||
var keepInPlace: Bool {
|
||||
return false
|
||||
}
|
||||
|
||||
var shouldBeDismissed: Signal<Bool, NoError> {
|
||||
return .single(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user