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
It appears that this problem occurs when you combine some of activities from support libraries with android.app.LoaderManager.
I had exactly the same issue with android.support.v7.app.ActionBarActivity and android.app.LoaderManager:
By using android.support.v4.app.LoaderManager instead, everything started working perfectly again!