mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Finalize timestamp sharing
This commit is contained in:
@@ -27,6 +27,7 @@ open class GalleryItemNode: ASDisplayNode {
|
||||
|
||||
public var toggleControlsVisibility: () -> Void = { }
|
||||
public var updateControlsVisibility: (Bool) -> Void = { _ in }
|
||||
public var controlsVisibility: () -> Bool = { return true }
|
||||
public var updateOrientation: (UIInterfaceOrientation) -> Void = { _ in }
|
||||
public var dismiss: () -> Void = { }
|
||||
public var beginCustomDismiss: (Bool) -> Void = { _ in }
|
||||
|
||||
Reference in New Issue
Block a user