Nested Fragments Using Support Library V4 Revision 11
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 fragment that co
Solution 1:
Try using getChildFragmentManager()
instead of getSupportFragmentManager()
. this should help
Post a Comment for "Nested Fragments Using Support Library V4 Revision 11"