mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
HLS video improvements
This commit is contained in:
@@ -398,7 +398,7 @@ public class InstantPageGalleryController: ViewController, StandalonePresentable
|
||||
self?.presentingViewController?.dismiss(animated: false, completion: nil)
|
||||
}
|
||||
|
||||
self.galleryNode.completeCustomDismiss = { [weak self] in
|
||||
self.galleryNode.completeCustomDismiss = { [weak self] _ in
|
||||
self?._hiddenMedia.set(.single(nil))
|
||||
self?.presentingViewController?.dismiss(animated: false, completion: nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user