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:
committed by
icedicedcoffee@proton.me
parent
ec00602e8a
commit
74c4536248
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user