I did below in my script to handle similar situation in case of iOS
- Explicit wait of 1 sec for this element to check the presence
- Run this in while loop with sleep timer 1 sec for 30 times
- Once element is no more visible, you can click on underlying elements
Also use latest appium server and java client version. The one you’re using are really old.