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