onCreateLoader not called when orientation changes

后端 未结 4 1567
余生分开走
余生分开走 2021-01-18 03:16

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

4条回答
  •  时光取名叫无心
    2021-01-18 04:04

    You can use LoaderManager.enableDebugLogging(true) to debug your loader behavior or you can try to use getSupportLoadermanager() instead of getLoaderManager()

提交回复
热议问题