mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update for pending RSCore String updates
This commit is contained in:
@@ -44,8 +44,8 @@ extension AppDelegate : AppDelegateAppleEvents {
|
||||
return
|
||||
}
|
||||
|
||||
let normalizedURLString = urlString.rs_normalizedURL()
|
||||
if !normalizedURLString.rs_stringMayBeURL() {
|
||||
let normalizedURLString = urlString.normalizedURL
|
||||
if !normalizedURLString.mayBeURL {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user