aurelhubert/ahbottomnavigation

Snackbar behaves incorrectly when a FAB is present

Open

#61 建立於 2016年4月27日

在 GitHub 查看
 (10 留言) (0 反應) (1 負責人)Java (3,851 star) (695 fork)batch import
bughelp wanted

描述

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.

貢獻者指南