Skip to content

Commit 3e1c8e7

Browse files
Victor KostinVictor Kostin
authored andcommitted
Fix mr
1 parent d19d0bd commit 3e1c8e7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ExampleApp/ExampleApp/Base/HostingController.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import SwiftUI
99
import UIKit
1010

1111
class HostingController<T: View>: UIHostingController<T> {
12-
var isNavigationBarHidden: Bool { false }
13-
1412
override init(rootView: T) {
1513
super.init(rootView: rootView)
1614
}
@@ -23,7 +21,6 @@ class HostingController<T: View>: UIHostingController<T> {
2321

2422
override func viewWillAppear(_ animated: Bool) {
2523
super.viewWillAppear(animated)
26-
2724
}
2825

2926
@available(*, unavailable) @MainActor dynamic required init?(coder aDecoder: NSCoder) {

0 commit comments

Comments
 (0)