Update CustomPlayer.swift
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
cranci 2025-06-03 06:49:40 +02:00 committed by GitHub
parent 194172c26d
commit c59462f42d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1838,11 +1838,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() {