We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793208a commit 6370deeCopy full SHA for 6370dee
Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendKeywordBottomSheet.swift
@@ -70,6 +70,7 @@ struct RecommendKeywordBottomSheet: View {
70
}
71
.presentationDetents([.height(height)])
72
.ignoresSafeArea(edges: [.bottom, .top])
73
+ .onDisappear { onSave?(selectedInterests) }
74
75
76
func onSave(_ perform: @escaping (Set<BaseInterest>) -> Void) -> Self {
0 commit comments