Fix start conversation view in landscape

This commit is contained in:
Benoit Martins 2024-07-16 11:13:27 +02:00
parent 69c3648c15
commit 00eb9c4f7c

View file

@ -253,8 +253,10 @@ struct StartConversationFragment: View {
}
}
}
.navigationTitle("")
.navigationBarHidden(true)
}
.navigationViewStyle(StackNavigationViewStyle())
}
@Sendable private func delayColor() async {