AndroidResideMenu
AndroidResideMenu copied to clipboard
Capturing swipe gesture in one of the fragment
Hi,
I am trying to capture the swipe gesture in one of my fragment, I added that Fragment into ignoredView but still gesture events are not firing.
Is there any recommended way to get this behaviour?
@aftabnaqvi it seems you can create public method in your activity to get resideMenu instance and then in your fragments call
((YourActivity) getActivity()).getResideMenu().addIgnoredView(getRecyclerView()); // or any other view. In my case I have an horizontal recycler view