[fenix] For https://github.com/mozilla-mobile/fenix/issues/15688: Navigate to home screen with arguments on new tab action.

pull/600/head
mcarare 4 years ago committed by ekager
parent a9e3cb974b
commit ff595c7854

@ -124,7 +124,7 @@ class DefaultBrowserToolbarController(
}
is TabCounterMenu.Item.NewTab -> {
activity.browsingModeManager.mode = item.mode
navController.popBackStack(R.id.homeFragment, false)
navController.navigate(BrowserFragmentDirections.actionGlobalHome(focusOnAddressBar = true))
}
}
}

Loading…
Cancel
Save