mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 15:12:09 +00:00
parent
3ebe078507
commit
dd4bb5f437
1 changed files with 1 additions and 5 deletions
|
|
@ -1839,11 +1839,7 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
|
|||
}
|
||||
|
||||
@objc func dismissTapped() {
|
||||
if let presentingViewController = self.presentingViewController {
|
||||
presentingViewController.dismiss(animated: true, completion: nil)
|
||||
} else {
|
||||
dismiss(animated: true, completion: nil)
|
||||
}
|
||||
dismiss(animated: true, completion: nil)
|
||||
}
|
||||
|
||||
@objc func watchNextTapped() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue