Loading fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt +5 −2 Original line number Diff line number Diff line Loading @@ -309,11 +309,12 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { } else { StartOnHome.enterHomeScreen.record(NoExtras()) } /* if (settings().showHomeOnboardingDialog && components.fenixOnboarding.userHasBeenOnboarded()) { navHost.navController.navigate(NavGraphDirections.actionGlobalHomeOnboardingDialog()) } showNotificationPermissionPromptIfRequired() */ } Performance.processIntentIfPerformanceTest(intent, this) Loading Loading @@ -1157,11 +1158,13 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { } open fun navigateToHome() { if (components.fenixOnboarding.userHasBeenOnboarded()) { // if (components.fenixOnboarding.userHasBeenOnboarded()) { navHost.navController.navigate(NavGraphDirections.actionStartupHome()) /* } else { navHost.navController.navigate(NavGraphDirections.actionStartupOnboarding()) } */ } override fun attachBaseContext(base: Context) { Loading Loading
fenix/app/src/main/java/org/mozilla/fenix/HomeActivity.kt +5 −2 Original line number Diff line number Diff line Loading @@ -309,11 +309,12 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { } else { StartOnHome.enterHomeScreen.record(NoExtras()) } /* if (settings().showHomeOnboardingDialog && components.fenixOnboarding.userHasBeenOnboarded()) { navHost.navController.navigate(NavGraphDirections.actionGlobalHomeOnboardingDialog()) } showNotificationPermissionPromptIfRequired() */ } Performance.processIntentIfPerformanceTest(intent, this) Loading Loading @@ -1157,11 +1158,13 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { } open fun navigateToHome() { if (components.fenixOnboarding.userHasBeenOnboarded()) { // if (components.fenixOnboarding.userHasBeenOnboarded()) { navHost.navController.navigate(NavGraphDirections.actionStartupHome()) /* } else { navHost.navController.navigate(NavGraphDirections.actionStartupOnboarding()) } */ } override fun attachBaseContext(base: Context) { Loading