aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 683 forks source link

'FragmentPagerAdapter' is deprecated? #433

Open China77 opened 3 years ago

China77 commented 3 years ago

https://github.com/aurelhubert/ahbottomnavigation/blob/master/demo/src/main/java/com/aurelhubert/ahbottomnavigation/demo/DemoViewPagerAdapter.java

class IndexFragmentPagerAdapter(fm: FragmentManager) : FragmentPagerAdapter(fm, BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT) {

'FragmentPagerAdapter' is deprecated