mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix build
This commit is contained in:
@@ -527,7 +527,7 @@ final class WebSearchVideoGalleryItemNode: ZoomableContentGalleryItemNode {
|
||||
switch fetchStatus {
|
||||
case .Local:
|
||||
videoNode.togglePlayPause()
|
||||
case .Remote:
|
||||
case .Remote, .Paused:
|
||||
if self.requiresDownload {
|
||||
self.fetchControls?.fetch()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user