aurelhubert / aurelhubert/ahbottomnavigation
Snackbar behaves incorrectly when a FAB is present
Open
bug
help wanted
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
When using both a Snackbar (set to `Snackbar.LENGTH_INDEFINITE` in my testing) and a FloatingActionButton together, the swipe to dismiss behaviour on the Snackbar tries to snap back to the start of the screen throughout the swipe causing a graphical glitch. The Snackbar dismisses without this graphical glitch if a FAB is not present in the Coordinator Layout.
The FAB also seems not to react to the Snackbar swipe to dismiss events as it stays where it is after the dismiss, instead of dropping down to just above the Bottom Navigation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.