Updated auto-download settings screen

Added call debug log sending on server request
Fixed several inline video playback bugs
This commit is contained in:
Ilya Laktyushin
2019-02-13 01:07:56 +04:00
parent 5d96352be1
commit a7bfd68c77
37 changed files with 4803 additions and 4125 deletions

View File

@@ -305,7 +305,7 @@ private final class PlatformVideoContentNode: ASDisplayNode, UniversalVideoConte
self.player.seek(to: CMTime(seconds: timestamp, preferredTimescale: 30))
}
func playOnceWithSound(playAndRecord: Bool, seekToStart: Bool, actionAtEnd: MediaPlayerPlayOnceWithSoundActionAtEnd) {
func playOnceWithSound(playAndRecord: Bool, seekToStart: MediaPlayerPlayOnceWithSoundSeek, actionAtEnd: MediaPlayerPlayOnceWithSoundActionAtEnd) {
}
func setForceAudioToSpeaker(_ forceAudioToSpeaker: Bool) {