forked from mirrors/linphone-iphone
Fix start conversation view in landscape
This commit is contained in:
parent
69c3648c15
commit
00eb9c4f7c
1 changed files with 2 additions and 0 deletions
|
|
@ -253,8 +253,10 @@ struct StartConversationFragment: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("")
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
|
||||
@Sendable private func delayColor() async {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue