Skip to content

Instantly share code, notes, and snippets.

@youngam
Created September 27, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youngam/c23507da2447f7388ad87316f170b422 to your computer and use it in GitHub Desktop.
Save youngam/c23507da2447f7388ad87316f170b422 to your computer and use it in GitHub Desktop.
public fun initBackStackListener() {
supportFragmentManager.addOnBackStackChangedListener {
  val currentFragment = supportFragmentManager.findFragmentById(fragmentContainer.id)
  currentFragment.userVisibleHint = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment