[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22754: Customize home button should work on fresh install

pull/600/head
Roger Yang 3 years ago committed by mergify[bot]
parent 5e30df7912
commit 9bb5e0a621

@ -457,7 +457,7 @@ class DefaultSessionControlController(
override fun handleCustomizeHomeTapped() {
val directions = HomeFragmentDirections.actionGlobalHomeSettingsFragment()
navController.nav(R.id.homeFragment, directions)
navController.nav(navController.currentDestination?.id, directions)
metrics.track(Event.HomeScreenCustomizedHomeClicked)
}

Loading…
Cancel
Save