Hey,
You can try the patch fix i am using and its is not the permanent solution
I just relaunch the app after every dialog appears.
Code :
driver.runAppInBackground(“Time in seconds you want to keep app in background, i kept it 2 seconds”);
So code is
driver.runAppInBackground(2);