mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Delete no-longer-needed (due to OS changes) UTS46 URL handling.
This commit is contained in:
@@ -91,7 +91,7 @@ final class AddFeedWindowController : NSWindowController {
|
||||
cancelSheet()
|
||||
return;
|
||||
}
|
||||
guard let url = URL(unicodeString: normalizedURLString) else {
|
||||
guard let url = URL(string: normalizedURLString) else {
|
||||
cancelSheet()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user