-
Notifications
You must be signed in to change notification settings - Fork 355
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
Bug in animation on successive toast calls #21
Comments
Thanks for pointing this out. I got what you are trying to say. You can apply same concept on
@suyashmahar Try it once and do report if this issue still persists. |
Strange the copy of code which I had, I used this:
Issue with animation not being played is still not resolved, now just first toast gets dismissed. Animations on second toast are still not played. |
@suyashmahar Seems like a bug to me. Would you like to work upon it? |
Should I start developing a Toast Manager class to handle all toasts? So that developer can create a toast and send it to toast manager. After which rest would be handled by the class. |
@suyashmahar Yes, It would be good idea. Go ahead and make PR for it. |
@suyashmahar Any updates on this? |
its not working in android 9, but 8.1 and 7 is ok, i have in my project the gradle 0.1.1 but in android pie not work. Can u help me ? |
Animation of toast gets finished by the time it is displayed in case multiple toast are called successively.
Following gif shows finished animation when second toast is displayed.
The text was updated successfully, but these errors were encountered: