mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Native picture in picture support
This commit is contained in:
@@ -232,7 +232,7 @@ public final class SecretMediaPreviewController: ViewController {
|
||||
self?.presentingViewController?.dismiss(animated: false, completion: nil)
|
||||
}
|
||||
|
||||
self.controllerNode.beginCustomDismiss = { [weak self] in
|
||||
self.controllerNode.beginCustomDismiss = { [weak self] _ in
|
||||
if let strongSelf = self {
|
||||
strongSelf._hiddenMedia.set(.single(nil))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user