We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fbd81 commit 5edfa5bCopy full SHA for 5edfa5b
Sources/ArcGISToolkit/Components/FloorFilter/SiteAndFacilitySelector.swift
@@ -148,15 +148,8 @@ struct SiteAndFacilitySelector: View {
148
facilities: site.facilities,
149
isHidden: isHidden
150
)
151
- .navigationBarBackButtonHidden(true)
152
- .toolbar {
153
- ToolbarItem(placement: .navigationBarLeading) {
154
- Button {
155
- userBackedOutOfSelectedSite = true
156
- } label: {
157
- Image(systemName: "chevron.left")
158
- }
159
+ .onDisappear {
+ userBackedOutOfSelectedSite = true
160
}
161
162
0 commit comments