Nested Fragments using support library v4 revision 11

前端 未结 1 1779
栀梦
栀梦 2021-02-02 00:52

The last revision of the support library from this morning (Android Support Package v4 revision 11) is supposed to support nested fragments.

In my project I have a fragm

1条回答
  •  别那么骄傲
    2021-02-02 01:25

    Try using getChildFragmentManager() instead of getSupportFragmentManager(). this should help

    0 讨论(0)
提交回复
热议问题