Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 9, 2024
1 parent db89f79 commit 420f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/BlueskyClip/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ViewController: UIViewController, WKScriptMessageHandler, WKNavigationDele
func isStarterPackUrl(_ url: URL) -> Bool {
var host: String?
if #available(iOS 16.0, *) {
host = url.host() ?? ""
host = url.host()
} else {
host = url.host
}
Expand Down

0 comments on commit 420f4a1

Please sign in to comment.