jiulian
Results
2
comments of
jiulian
I am facing the same issue.
mGestureDetector = new ItemClickGestureDetector(hostView.getContext(), new ItemClickGestureListener(hostView)); I solved the problem by change the ItemClickGestureDetector to GestureDetectorCompat mGestureDetector = new **GestureDetectorCompat**(hostView.getContext(), new ItemClickGestureListener(hostView));