My problem is basically the same as this one:Sometimes don't get onCreateLoader callback after calling initLoader
I have 2 ListFragments that are co
ListFragments
There was a work around documented on the question you referenced. Call restartLoader in onResume rather than create loader elsewhere. restartLoader will create if necessary.