diff --git a/ui/BankingiOSApp/BankingiOSApp/BankIconFinder/FaviconFinder.swift b/ui/BankingiOSApp/BankingiOSApp/BankIconFinder/FaviconFinder.swift index c21512cb..033a6a86 100644 --- a/ui/BankingiOSApp/BankingiOSApp/BankIconFinder/FaviconFinder.swift +++ b/ui/BankingiOSApp/BankingiOSApp/BankIconFinder/FaviconFinder.swift @@ -152,7 +152,7 @@ class FaviconFinder { if let sizesString = sizesString { let sizes = extractSizesFromString(sizesString) - if sizes.isEmpty == false { + if sizes.isNotEmpty { return sizes.max(by: { lhs, rhs in lhs >= rhs } ) } }