-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instant dismiss is not working #26
Comments
Hi @ligi, really thank you for looking into this library. Yes, you are right, instant dismiss has been an issue since day 1 actually and I haven't a clue about why it happened, until now. Please see the latest commit 99edfdb. It should solve this issue now. Tested and working, but I look forward to your confirmation. Will release as 6.1.2 if working properly. |
yes that works - please release 6.1.2 - would look nicer in my gradle files then ;-) |
snackProgressBarManager.show
followed by an instantsnackProgressBarManager.dismiss()
orsnackProgressBarManager.dismissAll()
leads to dismiss not working as intended and the snack still being present.The text was updated successfully, but these errors were encountered: