Skip to content

Instantly share code, notes, and snippets.

@NielsMasdorp
Created April 19, 2018 08:27
Show Gist options
  • Save NielsMasdorp/5159f2e5858a1f2c0010c8c39866ec10 to your computer and use it in GitHub Desktop.
Save NielsMasdorp/5159f2e5858a1f2c0010c8c39866ec10 to your computer and use it in GitHub Desktop.

Use FragmentTransaction#setPrimaryNavigationFragment(fragment) to set a ChildFragmentManager as deleage for the Activitys FragmentManager. This makes sure the back-button gets delegated to the ChildFragmentManager and allows you to keep a back-stack per tab without having to override OnBackPressed() everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment