Imagine A and B some dialog configurations (with different styling, childs, texts) :
- Use DialogManager.show(A)
- do DialogManager.dismiss(callback)
- in callback do DialogManager.show(B)
Result: A closes, then B appears for a short time and closes immediately.
But doing second show with timeout of 200 solves issue. Look like callback called earlier than it should?
Imagine A and B some dialog configurations (with different styling, childs, texts) :
Result: A closes, then B appears for a short time and closes immediately.
But doing second show with timeout of 200 solves issue. Look like callback called earlier than it should?