Issue: Tap on mobile button passes but doesn't actually tap

Could you please little chang your code and add delay before tapping on the object, some times it will not sync along with that modify you tap and hold code like below

Mobile.delay(5)
tapAndHold(findTestObject(“MenuButtonsRECAPTURED_JustATest/contactBTN”), 0, 5)

Similar Issue I faced in iOS and solved it by adding Tap and Hold instead of Tap.