mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Removed usaged of UIApplication.present
This commit is contained in:
@@ -87,7 +87,7 @@ class FeedbinAccountViewController: UIViewController {
|
||||
case .success:
|
||||
break
|
||||
case .failure(let error):
|
||||
UIApplication.shared.presentError(error)
|
||||
self.presentError(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user