Enable SwiftLint rule 'overridden_super_call' and fix all violations
This commit is contained in:
parent
e1cb280d4a
commit
5270c92b76
4 changed files with 5 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
}
|
||||
|
||||
override func viewDidAppear(_ animated: Bool) {
|
||||
super.viewWillAppear(animated)
|
||||
super.viewDidAppear(animated)
|
||||
if shouldPopCurrentView {
|
||||
let alert = UIAlertController(title: "Notice".localize(), message: "PreviousChangesDiscarded.".localize(), preferredStyle: UIAlertController.Style.alert)
|
||||
alert.addAction(UIAlertAction.okAndPopView(controller: self))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue