Various fixes

This commit is contained in:
Ilya Laktyushin
2020-10-28 04:46:09 +04:00
parent f2477074ae
commit 32effd4291
25 changed files with 122 additions and 183 deletions

View File

@@ -304,7 +304,7 @@ final class OverlayPlayerControlsNode: ASDisplayNode {
isPaused = false
case .paused:
isPaused = true
case let .buffering(_, whilePlaying, _):
case let .buffering(_, whilePlaying, _, _):
isPaused = !whilePlaying
}
if strongSelf.currentIsPaused != isPaused {