Skip to content

Commit

Permalink
* Fixes: Quick start card not shown after the site is created
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Feb 7, 2024
1 parent 6e1a955 commit 40fc54f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ class MySiteViewModel @Inject constructor(

fun startQuickStart() {
selectedSiteRepository.getSelectedSite()?.let {
dashboardCardsViewModelSlice.startQuickStart(it)
quickStartTracker.track(Stat.QUICK_START_REQUEST_DIALOG_POSITIVE_TAPPED)
startQuickStart(selectedSiteRepository.getSelectedSiteLocalId(), shouldMarkUpdateSiteTitleTaskComplete)
shouldMarkUpdateSiteTitleTaskComplete = false
dashboardCardsViewModelSlice.startQuickStart(it)
}
}

Expand Down

0 comments on commit 40fc54f

Please sign in to comment.