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

Added Infinite Duration Constant; #11

Closed jobernas closed 5 years ago

jobernas commented 5 years ago

If this is Set up the Cookie Bar can only be dismissed by swipe or by code; I think this would be a good addition to the project.

AviranAbady commented 5 years ago

Hey @jobernas, thanks for the PR, I will look into it in a few hours.

I might be wrong but from taking a quick look, I pretty sure we already have that functionality within CookieBar2 through setEnableAutoDismiss(), I could be wrong though.

jobernas commented 5 years ago

Hello @AviranAbady ,

Looks like it works with that option. I didn't notice that flag to disable auto dismiss. Thanks for the reply. I will close this pull request.

AviranAbady commented 5 years ago

Thanks @jobernas, your implementation might be simpler, I will consider it for future versions.