mirror of
https://github.com/cranci1/Sora.git
synced 2026-08-17 12:56:00 +00:00
parent
ac188deda3
commit
b7ec052ab1
2 changed files with 1 additions and 6 deletions
|
|
@ -1701,11 +1701,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() {
|
||||
|
|
|
|||
|
|
@ -821,7 +821,6 @@ struct MediaInfoView: View {
|
|||
|
||||
Text("Episodes might not be available yet or there could be an issue with the source.")
|
||||
.font(.body)
|
||||
.lineLimit(2)
|
||||
.foregroundColor(.secondary)
|
||||
.multilineTextAlignment(.center)
|
||||
.padding(.horizontal)
|
||||
|
|
|
|||
Loading…
Reference in a new issue