material-components / material-components/material-components-android
BottomSheet fly away with visibility change when using animateLayoutChanges
Open
Nobody has claimed this yet.
bug
Widget: BottomSheet
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.