Update submodules

This commit is contained in:
Peter
2019-05-18 23:53:34 +02:00
parent d4cfbaeb25
commit fb91428af1
9 changed files with 8 additions and 91 deletions

View File

@@ -42,6 +42,7 @@ private func parseFileLocationResource(_ dict: [AnyHashable: Any]) -> TelegramMe
return CloudFileMediaResource(datacenterId: Int(datacenterId), volumeId: volumeId, localId: localId, secret: secret, size: nil, fileReference: fileReference)
}
@objc(NotificationViewController)
class NotificationViewController: UIViewController, UNNotificationContentExtension {
private let imageNode = TransformImageNode()
private var imageInfo: (isSticker: Bool, dimensions: CGSize)?