Short version:
I have a fragment that maintains a ViewPager for displaying two other fragments, let\'s call them FragmentOne a
ViewPager
FragmentOne
Another workaround that worked for me was to use the MainFragment's loader manager:
getParentFragment().getLoaderManager().initLoader(0, null, this);