Toasty
Toasty copied to clipboard
Creaste custom queue for toasts.
Hi there, it's quite the same problem than this issue.
But I don't want to close the toast because I want the user to be fully conscient of what's happening.
So, I wonder if there is a way to push up the old toast (still visible) and show the new toast below it. Or maybe set up a queue of toast to be shown and when one is over, show the next in the queue ...
Thanks in advance
This would require you to save instances of the Toasts you want to use and manage yourself a custom queue. I don't have time at this moment to create an example for you, though.