Open
Description
I show toasts from several places in my app. The problem is when I trigger the first Toast with an even high time value: visibilityTime: 20000
the time is not respected when the second Toast is triggered, the first one is hidden automatically.
The desired situation would be to wait until visibilityTime
pass and then show the second Toast.
Is there any way to queue them up?