GrenderG / Toasty

The usual Toast, but with steroids 💪
GNU Lesser General Public License v3.0
6.57k stars 811 forks source link

Creaste custom queue for toasts. #109

Open LucasBourgeois opened 5 years ago

LucasBourgeois commented 5 years ago

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

GrenderG commented 5 years ago

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.