From 73de18b784edf8fe35f2cc01ed7bc3c5792dea35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20=C5=9Apiewak?= Date: Wed, 17 Apr 2024 13:18:19 +0200 Subject: [PATCH] Remove redundant self --- DuckDuckGo/SettingsHostingController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/SettingsHostingController.swift b/DuckDuckGo/SettingsHostingController.swift index 2214a9e693..5117884b27 100644 --- a/DuckDuckGo/SettingsHostingController.swift +++ b/DuckDuckGo/SettingsHostingController.swift @@ -64,7 +64,7 @@ class SettingsHostingController: UIHostingController { // 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) {