You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is more like a question. When toast.dismiss is called, a toast is dismissed after 1s, but if a new toast is created fast enough after dismissed is called, the toast will be dismissed almost immediately. Should creating a new toast be disabled while the dismissing animation is still in effect?
The text was updated successfully, but these errors were encountered:
Thanks for this great library!
I think this is more like a question. When
toast.dismiss
is called, a toast is dismissed after 1s, but if a new toast is created fast enough afterdismissed
is called, the toast will be dismissed almost immediately. Should creating a new toast be disabled while the dismissing animation is still in effect?The text was updated successfully, but these errors were encountered: