Polish redundant code
This commit is contained in:
parent
de2270f8b3
commit
3b3904fb40
1 changed files with 1 additions and 3 deletions
|
|
@ -51,9 +51,7 @@ class AdvancedSettingsTableViewController: UITableViewController {
|
|||
}
|
||||
SVProgressHUD.dismiss(withDelay: 1)
|
||||
} catch {
|
||||
DispatchQueue.main.async {
|
||||
Utils.alert(title: "Error", message: error.localizedDescription, controller: self, completion: nil)
|
||||
}
|
||||
Utils.alert(title: "Error", message: error.localizedDescription, controller: self, completion: nil)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue