aurelhubert / ahbottomnavigation

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

android.app.FragmentManager depracated #388

Closed TaslimOseni closed 5 years ago

TaslimOseni commented 6 years ago

While trying to combine AHBottomNavigation and a ViewPager, there was a conflict between android.app.FragmentManager (for the AHBottomNavigation) and android.support.v4.app.FragmentManager (for the ViewPager). I asked a question about this already on StackOverflow.

android.app.* packages are deprecated. I think a movement towards android.support.v4.app.* should be considered.

AyokunlePaul commented 6 years ago

Open a PR with a fix.