mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change how initial refresh is triggered.
This commit is contained in:
@@ -25,8 +25,7 @@ class CloudKitAccountViewController: UITableViewController {
|
||||
}
|
||||
|
||||
@IBAction func add(_ sender: Any) {
|
||||
let account = AccountManager.shared.createAccount(type: .cloudKit)
|
||||
account.refreshAll(completion: { _ in })
|
||||
let _ = AccountManager.shared.createAccount(type: .cloudKit)
|
||||
dismiss(animated: true, completion: nil)
|
||||
delegate?.dismiss()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user