Skip to content

Commit

Permalink
Remove trackers network onboarding dialog as required (#5216)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1201807753394693/1208648980707159/f

### Description
Remove trackers network from required onboarding dialogs to show

### Steps to test this PR

- [x] Fresh install from branch
- [x] Finish onboarding (Search suggestions dialog, serp dialog, site suggestions dialog, trackers dialog, end dialog)
- [x] Check "Completing DAX ONBOARDING" appears when you dismiss the last dialog

### No UI changes
  • Loading branch information
nalcalag authored Oct 31, 2024
1 parent ceb113d commit ec2f1e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/duckduckgo/app/cta/ui/CtaViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class CtaViewModel @Inject constructor(
CtaId.DAX_INTRO,
CtaId.DAX_DIALOG_SERP,
CtaId.DAX_DIALOG_TRACKERS_FOUND,
CtaId.DAX_DIALOG_NETWORK,
CtaId.DAX_FIRE_BUTTON,
CtaId.DAX_END,
CtaId.DAX_INTRO_PRIVACY_PRO,
Expand All @@ -103,7 +102,6 @@ class CtaViewModel @Inject constructor(
CtaId.DAX_INTRO,
CtaId.DAX_DIALOG_SERP,
CtaId.DAX_DIALOG_TRACKERS_FOUND,
CtaId.DAX_DIALOG_NETWORK,
CtaId.DAX_FIRE_BUTTON,
CtaId.DAX_END,
)
Expand Down

0 comments on commit ec2f1e0

Please sign in to comment.