onSlide is not called in Android Oreo when BottoSheet is initialized
I'm having some issues on Devices with Android Oreo in my app i have a RecyclerView and a BottomSheet, when the BottomSheet is in STATE_EXPANDED or it's sliding i'm setting the RecyclerView bottom margins to fit the RecyclerView in remaining space.
In other Android versions > Oreo there are no problems onSlide is called and the bottom margin is set.
BottomSheetCallback
bottomSheetTasti.addBottomSheetCallback(new BottomSheetBehavior.BottomSheetCallback() {
@Override
public void...