fix back
This commit is contained in:
parent
904f0085e7
commit
2396a707ec
@ -61,20 +61,20 @@ struct PrivateChatView: View {
|
||||
}
|
||||
.navigationTitle(toolbarTitle)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarBackButtonHidden(true)
|
||||
// .navigationBarBackButtonHidden(true)
|
||||
// .toolbar {
|
||||
// ToolbarItem(placement: .principal) {
|
||||
// chatToolbarContent
|
||||
// }
|
||||
// }
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarLeading) {
|
||||
Button(action: { dismiss() }) {
|
||||
Image(systemName: "chevron.left")
|
||||
.font(.system(size: 17, weight: .semibold))
|
||||
.foregroundColor(.accentColor)
|
||||
}
|
||||
}
|
||||
// ToolbarItem(placement: .navigationBarLeading) {
|
||||
// Button(action: { dismiss() }) {
|
||||
// Image(systemName: "chevron.left")
|
||||
// .font(.system(size: 17, weight: .semibold))
|
||||
// .foregroundColor(.accentColor)
|
||||
// }
|
||||
// }
|
||||
|
||||
ToolbarItem(placement: .principal) {
|
||||
Button(action: openProfile) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user