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

Possible Infinite Recursion #94

Open
sled opened this issue Nov 28, 2014 · 1 comment
Open

Possible Infinite Recursion #94

sled opened this issue Nov 28, 2014 · 1 comment

Comments

@sled
Copy link

sled commented Nov 28, 2014

Just found a possible infinite recursion in the code, here:

https://github.com/sephiroth74/HorizontalVariableListView/blob/master/library/src/main/java/it/sephiroth/android/library/widget/AbsHListView.java#L2612

The original code from google calls return super.showContextMenu(x, y, metaState);

@initialjie
Copy link

Yeah, I also encounter this Bug.
It seems that View.class does not has this method called "public boolean showContextMenu(float x, float y, int metaState)", but it provides the method called "public boolean showContextMenu()" which has not parameter.

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

2 participants