Open mpaleo opened 9 years ago
I just ran into a similar issue and I think the problem is with the version of com.android.support:recyclerview-v7
this library expects (21.0.3) versus what I am using (22.2.0).
The following is what I used instead of recompiling the library:
private static class FixSwipeableItemClickListener extends SwipeableItemClickListener {
public FixSwipeableItemClickListener(Context context, OnItemClickListener listener) {
super(context, listener);
}
@Override
public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {
}
}
Hi, im using "com.hudomju:swipe-to-dismiss-undo:1.0" and "com.afollestad:material-dialogs:0.7.5.1" in different activities but i'm getting some conflict, i'm getting this output when trying to swipe a recyclerview item