From 2e3c83e092714b85e005061825eccd7d1a2b234b Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Thu, 12 Oct 2023 12:26:46 +0100 Subject: [PATCH] swiftlint --- DuckDuckGo/FullscreenDaxDialogViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/FullscreenDaxDialogViewController.swift b/DuckDuckGo/FullscreenDaxDialogViewController.swift index 7ce707bd11..1557ae3c70 100644 --- a/DuckDuckGo/FullscreenDaxDialogViewController.swift +++ b/DuckDuckGo/FullscreenDaxDialogViewController.swift @@ -46,7 +46,7 @@ class FullscreenDaxDialogViewController: UIViewController { super.viewDidLoad() daxDialogViewController?.cta = spec?.cta - daxDialogViewController?.message = spec?.message.replacingOccurrences(of: "☝️", + daxDialogViewController?.message = spec?.message.replacingOccurrences(of: "☝️", with: appSettings.currentAddressBarPosition == .bottom ? "👇" : "☝️") daxDialogViewController?.onTapCta = dismissCta