Android : Not able to navigate to the Other screen after successful click

Hi,
I am working on the android application automation testing using robot framework appium.

While working on the script automation, When I perform click operation on the element used is not navigated to the other screen.

When I look into reports, Step logs showing that Click is performed successfully(API is not giving any error). But when I perform click on the element, On Application not any action is visible on that element and the user is not able to navigate to the next screen.

I have performed the operation using: Click element, Tap, Click using x,y coordinate as well. Still not able to perform click on the element.

If anyone have an idea regarding this query then please help me.
Please refer attached log. Which contains the log related to click operation using coordinate({“x”:“100”,“y”:“1010”}).appium.log (504.1 KB)

Thanks In Advance.