mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Native picture in picture support
This commit is contained in:
parent
cf624bcad3
commit
17c84b85a0
17 changed files with 469 additions and 87 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue