delete sync button in the navigation bar
This commit is contained in:
parent
8860c8570d
commit
0ae47c2b30
2 changed files with 0 additions and 9 deletions
|
|
@ -27,10 +27,6 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
|
||||
@IBOutlet weak var tableView: UITableView!
|
||||
|
||||
@IBAction func refreshPasswords(_ sender: UIBarButtonItem) {
|
||||
syncPasswords()
|
||||
}
|
||||
|
||||
func syncPasswords() {
|
||||
SVProgressHUD.show(withStatus: "Sync Password Store")
|
||||
DispatchQueue.global(qos: .userInitiated).async { [unowned self] in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue