Prior to this update, if a new alert came in prior to the previous one closing, it would simply overwrite the text and very quickly disappear, potentially causing alerts to be missed.
This update changes this to handle a queue of individually dismissable alerts in the background, allowing for consecutive alerts to appear after one another without any changes to method API.
Prior to this update, if a new alert came in prior to the previous one closing, it would simply overwrite the text and very quickly disappear, potentially causing alerts to be missed.
This update changes this to handle a queue of individually dismissable alerts in the background, allowing for consecutive alerts to appear after one another without any changes to method API.
Closes #13