Merge branch 'custom-webrtc-build' into experimental-2

This commit is contained in:
Ali
2020-08-14 13:09:59 +01:00
837 changed files with 180761 additions and 7926 deletions

View File

@@ -176,7 +176,7 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
|> deliverOnMainQueue).start(next: { [weak self] status in
if let strongSelf = self {
switch status.status {
case .playing, .buffering(_, true):
case .playing, .buffering(_, true, _):
strongSelf.playButton.isHidden = true
default:
strongSelf.playButton.isHidden = false