You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} else {
// otherwise, just perform click on child
childView.performClick();
}
to
}
// perform click on child
childView.performClick();
It would fire in a regular view, why not MaterialRippleLayout
The text was updated successfully, but these errors were encountered:
SomeoneIsWorking
changed the title
[Opinion] childView.performClick should fire regardless whether if the ripple is in an adapter or not
childView.performClick should fire regardless whether if the ripple is in an adapter or not
Nov 24, 2016
SomeoneIsWorking
changed the title
childView.performClick should fire regardless whether if the ripple is in an adapter or not
[Opinion] childView.performClick should fire regardless whether if the ripple is in an adapter or not
Nov 24, 2016
to
It would fire in a regular view, why not MaterialRippleLayout
The text was updated successfully, but these errors were encountered: