mirror of
https://github.com/zzanehip/The-OldOS-Project.git
synced 2025-01-22 17:23:58 -05:00
make it private class
This commit is contained in:
parent
9a3c2d3385
commit
b5b4a1d10f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
|||
|
||||
}
|
||||
|
||||
class HostingController<Content>: UIHostingController<Content> where Content: View {
|
||||
private class HostingController<Content>: UIHostingController<Content> where Content: View {
|
||||
override var prefersHomeIndicatorAutoHidden: Bool {
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue