On Touch Event while on scroll down animation start though click listener not click if (viewState == STATE_NONE) { startSubmitAnim(); } else { return true; }
On Touch Event while on scroll down animation start though click listener not click
if (viewState == STATE_NONE) {
startSubmitAnim();
} else {
return true;
}