mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Attachment menu improvements
This commit is contained in:
@@ -49,7 +49,11 @@ public enum UndoOverlayAction {
|
||||
|
||||
public final class UndoOverlayController: ViewController {
|
||||
private let presentationData: PresentationData
|
||||
public let content: UndoOverlayContent
|
||||
public var content: UndoOverlayContent {
|
||||
didSet {
|
||||
(self.displayNode as! UndoOverlayControllerNode).updateContent(self.content)
|
||||
}
|
||||
}
|
||||
private let elevatedLayout: Bool
|
||||
private let animateInAsReplacement: Bool
|
||||
private var action: (UndoOverlayAction) -> Bool
|
||||
|
||||
Reference in New Issue
Block a user