Skip to content

Commit

Permalink
Update closeButtonAction to use self?.removeSurveyView()
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed May 8, 2024
1 parent fb52753 commit 9bbbd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AutofillLoginSettingsListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ final class AutofillLoginSettingsListViewController: UIViewController {

}, closeButtonAction: { [weak self] in
self?.viewModel.disableAutofillSurvey()
removeSurveyView()
self?.removeSurveyView()
})

let hostingController = UIHostingController(rootView: messageView)
Expand Down

0 comments on commit 9bbbd86

Please sign in to comment.