PopupBox doesn't painting

1 message, no reply - 834 views

I've got strange bug on few phones (actually it's pretty slow phones, on fast phones this bug didn't occurs or occurs very seldom)

I'm removing one popupBox and showing another.

Something like this:

progressBox.remove();

Kuix.alert.....

 

And after hiding first popupBox second didn't painting. But if I pressing some button and forcing repaint then second popupBox will be painted.

After inserting Thread.sleep(500) between remove and alert this bug disappeared. So I think this is some synchronization problem deep inside Kuix but I can't find the way how to fix it.

 

Plz, help me :)