Bug 1966035 - Part 1: Remove call to HomeOnboardingDialog in HomeActivity r=android-reviewers,rebecatudor273

Differential Revision: https://phabricator.services.mozilla.com/D249041
This commit is contained in:
t-p-white
2025-05-14 09:19:00 +00:00
committed by icedicedcoffee@proton.me
parent ec00602e8a
commit 74c4536248

View File

@@ -452,10 +452,6 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
} else {
StartOnHome.enterHomeScreen.record(NoExtras())
}
if (settings().showHomeOnboardingDialog && components.fenixOnboarding.userHasBeenOnboarded()) {
navHost.navController.navigate(NavGraphDirections.actionGlobalHomeOnboardingDialog())
}
}
Performance.processIntentIfPerformanceTest(intent, this)