Responder Chain Hides .Inline Tittle Bar
geojorg opened this issue · 1 comments
geojorg commented
In SwiftUI
var body: some Scene {
WindowGroup {
RootNavigationView(viewRouter: viewRouter)
.withResponderChainForCurrentWindow()
}
}
When using with responder chain the Navigation Tittle bar changes when using .inline as style.
Amzd commented
Hey, I missed this. Did you find a solution?