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
Since version 1.4.0 I noticed that the toasts no more are rendered over all the actors in my stage. That is, they are following the order depending on when toast was initialised. So if I add Actor1 and then initialise the ToastManager then it appears on top of Actor1 but if I do it other way around, it appears below Actor1 which was not how it used to behave in version 1.3.0. In version 1.3.0, they used to come on top of stage without needed any specific order of initialisation.
Also when it brings on top of other actors, I can no more give inputs to the actors below it.
The text was updated successfully, but these errors were encountered:
Hey,
Since version 1.4.0 I noticed that the toasts no more are rendered over all the actors in my stage. That is, they are following the order depending on when toast was initialised. So if I add Actor1 and then initialise the ToastManager then it appears on top of Actor1 but if I do it other way around, it appears below Actor1 which was not how it used to behave in version 1.3.0. In version 1.3.0, they used to come on top of stage without needed any specific order of initialisation.
Also when it brings on top of other actors, I can no more give inputs to the actors below it.
The text was updated successfully, but these errors were encountered: