mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various UI fixes
This commit is contained in:
@@ -151,6 +151,8 @@ private final class WebEmbedVideoContentNode: ASDisplayNode, UniversalVideoConte
|
||||
func playOnceWithSound(playAndRecord: Bool, seek: MediaPlayerSeek, actionAtEnd: MediaPlayerPlayOnceWithSoundActionAtEnd) {
|
||||
if case let .timecode(time) = seek {
|
||||
self.playerNode.seek(timestamp: time)
|
||||
} else {
|
||||
self.playerNode.play()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user