Snacky icon indicating copy to clipboard operation
Snacky copied to clipboard

Dismiss the Snackbar?

Open adampatel opened this issue 5 years ago • 1 comments

Is it possible to dismiss the Snackbar on an event?

Is there a dismiss() method I can call or something?

adampatel avatar Aug 22 '18 19:08 adampatel

The Snackbar object inherits from android.support.design.widget.BaseTransientBottomBar so you can call dismiss() on it. It closes the Snackbar as expected.

stephanepechard avatar Nov 20 '18 13:11 stephanepechard