You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
Current behavior:
When a toast message is displayed, it stays on screen for a period of time and then goes away. If a second toast message is produced before it disappears, it will overlap the first, even if there was not enough time to read the first toast (or even notice it appear).
Expected behavior:
The subsequent toast messages would either a) stack up vertically, as in other usages or b) queue up to be displayed one-by-one, like android toasts
Steps to reproduce:
Send a Toast.
Immediately send another Toast.
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
Current behavior:
When a toast message is displayed, it stays on screen for a period of time and then goes away. If a second toast message is produced before it disappears, it will overlap the first, even if there was not enough time to read the first toast (or even notice it appear).
Expected behavior:
The subsequent toast messages would either a) stack up vertically, as in other usages or b) queue up to be displayed one-by-one, like android toasts
Steps to reproduce:
The text was updated successfully, but these errors were encountered: