Skip to content

Commit

Permalink
Done button removed from individual settings views
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Mar 18, 2024
1 parent 2acf06c commit 46ad03e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DuckDuckGo/SettingsRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ struct SettingsListModifiers: ViewModifier {
func body(content: Content) -> some View {
content
.navigationBarTitle(title, displayMode: displayMode)
.navigationBarItems(trailing: Button(UserText.navigationTitleDone) {
viewModel.onRequestDismissSettings?()
})
.accentColor(Color(designSystemColor: .textPrimary))
.environmentObject(viewModel)
.conditionalInsetGroupedListStyle()
Expand Down

0 comments on commit 46ad03e

Please sign in to comment.