Skip to content

Instantly share code, notes, and snippets.

@MaartenS
Created May 2, 2016 12:26
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 MaartenS/fa2d2c9a93141df3022e54b4618c6517 to your computer and use it in GitHub Desktop.
Save MaartenS/fa2d2c9a93141df3022e54b4618c6517 to your computer and use it in GitHub Desktop.

When using pagers in Fragment you need to use getChildFragmentManager instead of getSupportFragmentManager(). Otherwise the page will not be redrawn when activity pauses.

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