ViewPage Fragment disappear when reload again

前端 未结 5 1304
执笔经年
执笔经年 2021-02-06 05:20

The following is layout

test.xml





        
5条回答
  •  半阙折子戏
    2021-02-06 05:37

    Ensure you pass the adapter instance the child fragment manager, not the fragment manager.

    Like this:

    this._adapter = new PagerAdapter(getChildFragmentManager());

提交回复
热议问题