Skip to content

Commit

Permalink
Add FXIOS-21837 [Onboarding] Add advance card to open iOS FX settings…
Browse files Browse the repository at this point in the history
… action in main onboarding flow (backport #22428) (#22432)

Add FXIOS-21837 [Onboarding] Add advance card to open iOS FX settings action in main onboarding flow (#22428)

(cherry picked from commit 8b5882d)

Co-authored-by: L. Meg Viar <[email protected]>
  • Loading branch information
mergify[bot] and lmegviar authored Oct 7, 2024
1 parent 6c378ae commit b7dca22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ extension IntroViewController: OnboardingCardDelegate {
selector: #selector(dismissPrivacyPolicyViewController))
case .openIosFxSettings:
DefaultApplicationHelper().openSettings()
advance(numberOfPages: 1, from: cardName) {
self.showNextPageCompletionForLastCard()
}
case .endOnboarding:
closeOnboarding()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class MockOnboardinCardDelegateController: UIViewController,
completion: {})
case .openIosFxSettings:
DefaultApplicationHelper().openSettings()
showNextPage(numberOfCards: 1, from: cardName, completionIfLastCard: {})
case .endOnboarding:
self.action = .endOnboarding
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ enums:
Will request to allow notifications from the user
set-default-browser:
description: >
Will send the user to settings to set Firefox as their default browser
Will send the user to settings to set Firefox as their default browser and advance to next card
open-instructions-popup:
description: >
Will open up a popup with instructions for something
Expand Down

1 comment on commit b7dca22

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

InterpreterError at template.tasks[0].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.