mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Download manager improvements
This commit is contained in:
@@ -167,7 +167,7 @@ final class InstantPagePlayableVideoNode: ASDisplayNode, InstantPageNode, Galler
|
||||
switch fetchStatus {
|
||||
case .Local:
|
||||
self.openMedia(self.media)
|
||||
case .Remote:
|
||||
case .Remote, .Paused:
|
||||
self.fetchControls?.fetch(true)
|
||||
case .Fetching:
|
||||
self.fetchControls?.cancel()
|
||||
|
||||
Reference in New Issue
Block a user