Skip to content

Commit

Permalink
Remove redundant self
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Apr 17, 2024
1 parent 75a0b86 commit 73de18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/SettingsHostingController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SettingsHostingController: UIHostingController<AnyView> {

// If this is not called, settings navigation bar (UIKIt) is going wild with colors after reopening settings (?!)
// Root cause will be investigated later as part of https://app.asana.com/0/414235014887631/1207098219526666/f
self.decorate()
decorate()
}

required init?(coder aDecoder: NSCoder) {
Expand Down

0 comments on commit 73de18b

Please sign in to comment.