mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Buffering status
This commit is contained in:
@@ -198,7 +198,7 @@ final class WebSearchVideoGalleryItemNode: ZoomableContentGalleryItemNode {
|
||||
switch value.status {
|
||||
case .playing:
|
||||
isPaused = false
|
||||
case let .buffering(_, whilePlaying):
|
||||
case let .buffering(_, whilePlaying, _):
|
||||
initialBuffering = true
|
||||
isPaused = !whilePlaying
|
||||
var isStreaming = false
|
||||
|
||||
Reference in New Issue
Block a user