onCreateLoader not called when orientation changes

后端 未结 4 1544
余生分开走
余生分开走 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 03:58

    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.

提交回复
热议问题