diff --git a/Client/Frontend/Browser/TabLocationView.swift b/Client/Frontend/Browser/TabLocationView.swift index e0e6e1374879..8b8b63b49ff9 100644 --- a/Client/Frontend/Browser/TabLocationView.swift +++ b/Client/Frontend/Browser/TabLocationView.swift @@ -47,7 +47,7 @@ class TabLocationView: UIView { } func showLockIcon(forSecureContent isSecure: Bool) { - if (url?.absoluteString == "about:blank") { + if url?.absoluteString == "about:blank" { // Matching the desktop behaviour, we don't mark these pages as secure. lockImageView.isHidden = true return