mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Buffering status
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user