mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix compiler warnings
This commit is contained in:
@@ -183,7 +183,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||
DispatchQueue.main.async {
|
||||
NotificationCenter.default.post(name: .didBeginDownloadingTheme, object: nil)
|
||||
}
|
||||
let task = URLSession.shared.downloadTask(with: request) { [weak self] location, response, error in
|
||||
let task = URLSession.shared.downloadTask(with: request) { location, response, error in
|
||||
guard
|
||||
let location = location else { return }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user