Android Bottom Appbar Fab transition animation disappears when replacing the menu or using setSupportActionBar()

277 Views Asked by At

I'm using BottomAppBar with Floating Action Button, when ever i navigate between two fragments using Floating Action Button and use bottomAppbar.replaceMenu() or use setSupportActionBar(bottomAppbar) the animation of the Floating Action Buttondisappears, how can I fix the problem?

0

There are 0 best solutions below