Coachmark not dismissed in Android App in Apium

this is dom tree.

I try with touch action and it will work fine.
Example :-

  1. touchAction(913, 485);
  2. new TouchAction<>(driver).tap(PointOption.point(xOffset, yOffset))
    .release().perform();

Problem :- In App

  1. without login work fine.(step 1. goto home page -> find course and so on.)
  2. with login not working (step 1. login popup open -> after successfully login -> element not found in home page ).