ux: fix navigation placement in profile edit view
This PR fixes the issue with the placement of the back navigation button in the profile edit view for iOS 18 devices: Changelog-Fixed: Fixed back nav button placement in profile edit view Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
committed by
Daniel D’Aquino
parent
735fa97089
commit
77b1b895a5
@@ -218,7 +218,7 @@ struct EditMetadataView: View {
|
||||
.background(Color(.systemGroupedBackground))
|
||||
.navigationBarBackButtonHidden()
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .principal) {
|
||||
ToolbarItem(placement: .topBarLeading) {
|
||||
navBackButton
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user