mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
chore: address linter warnings
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -61,7 +61,8 @@ final class AppleAVPlayerViewController: UIViewController {
|
||||
_ sections: [NowPlayingView.ViewSection],
|
||||
title: String
|
||||
) -> UIHostingController<AnyView> {
|
||||
let controller = UIHostingController(rootView:
|
||||
let controller = UIHostingController(
|
||||
rootView:
|
||||
AnyView(
|
||||
NowPlayingView(sections: sections, inInfoViewController: true)
|
||||
.frame(maxHeight: 600)
|
||||
|
Reference in New Issue
Block a user