AviranAbady / CookieBar2

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
667 stars 74 forks source link

Add enable/disable auto dismiss for cookies. #6

Closed zCode93 closed 5 years ago

zCode93 commented 5 years ago

Add the ability to enable/disable auto dismiss

AviranAbady commented 5 years ago

Hey @zCode93, thanks for the input. I'll add a non-dismiss option in the next version.

AviranAbady commented 5 years ago

@zCode93 Version 1.1.0 has been released. Two new functions have been added setEnableAutoDismiss(boolean) - When set to false, auto dismiss is disabled setSwipeToDismiss(boolean) - Wen set to false, swiping off the view is disabled

Let me know if you need further assistance.