yadav-rahul / TastyToast

:bread: Make your native android Toasts Tasty
2.04k stars 355 forks source link

Duplication of toast messages #19

Closed utaite closed 7 years ago

utaite commented 7 years ago

If the toast message is created in a short period of time, it is duplicated Is there a way to solve it?

yadav-rahul commented 7 years ago

Can you elaborate it please?

utaite commented 7 years ago

In the case of LENGTH_SHORT, a toast message is displayed for two seconds. However, if a toast message is called again in the meantime, it will not be immediately updated, but will be called after the previous toast message has disappeared. How can I solve this problem?

yadav-rahul commented 7 years ago

@Utaite In the upcoming version of TastyToast you will be able to cancel exisiting toast. Stay tuned.

utaite commented 7 years ago

Thank you.