Multiple Tab fragments inside bottom navigation fragment

后端 未结 2 1738
旧巷少年郎
旧巷少年郎 2020-12-23 18:33

In bottom navigation with three tabs (Home, Dashboard, Notifications). Each bottom navigation tab is a fragment. The first tab ie. Home fragment contains another top navigat

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 18:56

    Try use getChildFragmentManager() instance of getSupportFragmentManager().

提交回复
热议问题