mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove pre-release feature
This commit is contained in:
parent
8527ac0928
commit
46225ca99b
1 changed files with 3 additions and 2 deletions
|
|
@ -1948,7 +1948,8 @@ public final class ChatMessageInteractiveMediaNode: ASDisplayNode, GalleryItemTr
|
|||
}
|
||||
}
|
||||
|
||||
var videoTimestamp: Int32?
|
||||
//TODO:wip-release
|
||||
/*var videoTimestamp: Int32?
|
||||
var storedVideoTimestamp: Int32?
|
||||
for attribute in message.attributes {
|
||||
if let attribute = attribute as? ForwardVideoTimestampAttribute {
|
||||
|
|
@ -2035,7 +2036,7 @@ public final class ChatMessageInteractiveMediaNode: ASDisplayNode, GalleryItemTr
|
|||
strongSelf.videoTimestampForegroundLayer = nil
|
||||
videoTimestampForegroundLayer.removeFromSuperlayer()
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
if let animatedStickerNode = strongSelf.animatedStickerNode {
|
||||
animatedStickerNode.frame = imageFrame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue