dvoiss / literallytoast

🍞 The missing toast library for Android.
MIT License
231 stars 9 forks source link

Toast queue size vs number of simultaneous toasts #3

Open brendan-fahy opened 7 years ago

brendan-fahy commented 7 years ago

The roadmap mentions a Toast queue as a future feature. While I'm very excited by the prospect of multi-toast, I am concerned at the confusion of queue size with maximum number of simultaneous toasts. You should be able to toast two toasts at the same time, with a queue of "future toasts"(please forgive technical jargon) of almost limitless size.

Steps to reproduce:

  1. Attempt to toast two slices of bread at once.

Expected behaviour:

Can toast two slices of bread at once.

Actual behaviour:

Have to queue with everyone else. Ugh.

Actually this might be more of an issue with my kitchen than anything else.