sanzaru/SimpleToast

Timer not updated on Toast appear

sanzaru opened this issue · 0 comments

Setting a timeout of X seconds for the toast and triggering it multiple times inside a timeframe X-n, where n > 0, the timer won't be updated and the toast disappears to early.

Example: Setting the timer to a timeout to hide of 5 seconds and triggering the toast after 2 seconds the second time, the toast will disappear after 3 seconds, instead of 5.