Skip to content

Commit

Permalink
Remove onCompletion and onDismiss from presenting method
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Jul 16, 2024
1 parent d74e731 commit 4391b90
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ private extension ContextualOnboardingPresenter {
vc.performSegue(withIdentifier: "DaxDialog", sender: spec)
}

func presentExperimentContextualOnboarding(
for spec: DaxDialogs.BrowsingSpec,
in vc: TabViewControllerType,
onCompletion: (() -> Void)? = nil,
onDismiss: (() -> Void)? = nil
) {
func presentExperimentContextualOnboarding(for spec: DaxDialogs.BrowsingSpec, in vc: TabViewControllerType) {

func animate(daxController: UIViewController, visible isVisible: Bool, onCompletion: ((Bool) -> Void)? = nil) {
daxController.view.isHidden = !isVisible
Expand Down

0 comments on commit 4391b90

Please sign in to comment.