Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Opinion] childView.performClick should fire regardless whether if the ripple is in an adapter or not #72

Open
SomeoneIsWorking opened this issue Nov 24, 2016 · 0 comments

Comments

@SomeoneIsWorking
Copy link

SomeoneIsWorking commented Nov 24, 2016

} 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

@SomeoneIsWorking 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant