Skip to content

Commit

Permalink
Show prompt if all in-context dialogs have been shown
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Feb 3, 2025
1 parent cd17533 commit 002552c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class CtaViewModel @Inject constructor(
return null
}

if (!canShowOnboardingDaxDialogCta()) {
if (areInContextDaxDialogsCompleted()) {
return if (brokenSitePrompt.shouldShowBrokenSitePrompt(nonNullSite.url)) {
BrokenSitePromptDialogCta()
} else {
Expand Down

0 comments on commit 002552c

Please sign in to comment.