I find that InteractionManager.runAfterInteractions sometimes not worked , for example:
InteractionManager.runAfterInteractions(_=>{
//show a popupWindow
});
most time , it show a popupwindow as i'm specter, but sometimes ,it's not worked and just show nothing.
It's there anyone else have the same problem?