BottomSheet fly away with visibility change when using animateLayoutChanges #170
Open
Description
Overview
After a few research I found more devs with the same problem.
In this stackoverflow thread a guy from Google suggests to use TransitionManager.beginDelayedTransition(bottomSheet);
but the solution don't works as expected.
To simplify I had create a repository with the problem: https://github.com/extmkv/BottomSheetExample