From 2396a707ec4c52490982cd375b30622382e1b9b3 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 11 Dec 2025 19:24:09 +0300 Subject: [PATCH] fix back --- yobble/Views/Chat/PrivateChatView.swift | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index d19838f..29de696 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -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) {