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

@@ -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