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
I want to disable swipe gesture in certain case.
I try to set setDragEdge(null) but got NPE, try to swipeLayout.setEnabled(false) and it is not work.
Please add this feature or tell me how do it.