Skip to content

Commit 278bc5f

Browse files
committed
Remove showCloseButton modifiers.
1 parent 2a1484a commit 278bc5f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Shared/Samples/Configure clusters/ConfigureClustersView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ struct ConfigureClustersView: View {
5353
isPresented: $showsPopup
5454
) { [popup] in
5555
PopupView(popup: popup!, isPresented: $showsPopup)
56-
.showCloseButton(true)
5756
.padding()
5857
}
5958
.toolbar {

Shared/Samples/Display clusters/DisplayClustersView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ struct DisplayClustersView: View {
8585
isPresented: $showsPopup
8686
) { [popup] in
8787
PopupView(popup: popup!, isPresented: $showsPopup)
88-
.showCloseButton(true)
8988
.padding([.top, .horizontal])
9089

9190
if !geoElements.isEmpty {

Shared/Samples/Set up location-driven geotriggers/SetUpLocationDrivenGeotriggersView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ struct SetUpLocationDrivenGeotriggersView: View {
114114
isPresented: $isShowingPopup
115115
) {
116116
PopupView(popup: model.popup!, isPresented: $isShowingPopup)
117-
.showCloseButton(true)
118117
.padding()
119118
}
120119
.task(id: isShowingPopup) {

Shared/Samples/Show popup/ShowPopupView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ struct ShowPopupView: View {
5757
isPresented: $showPopup
5858
) { [popup] in
5959
PopupView(popup: popup!, isPresented: $showPopup)
60-
.showCloseButton(true)
6160
.padding()
6261
}
6362
}

0 commit comments

Comments
 (0)