Skip to content

Commit

Permalink
Removed unused viewDidAppear override
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Jun 6, 2024
1 parent 8c167f6 commit 7e2b0dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DuckDuckGo/AutofillLoginSettingsListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ final class AutofillLoginSettingsListViewController: UIViewController {
registerForKeyboardNotifications()
}

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
}

override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
if isMovingFromParent {
Expand Down

0 comments on commit 7e2b0dd

Please sign in to comment.