diff --git a/OldOS/OldOS/SceneDelegate.swift b/OldOS/OldOS/SceneDelegate.swift index c42ba60..65897ad 100644 --- a/OldOS/OldOS/SceneDelegate.swift +++ b/OldOS/OldOS/SceneDelegate.swift @@ -85,7 +85,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { } -class HostingController: UIHostingController where Content: View { +private class HostingController: UIHostingController where Content: View { override var prefersHomeIndicatorAutoHidden: Bool { return true }