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
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.
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);
The text was updated successfully, but these errors were encountered: