Open mayank26saxena opened 8 years ago
1) onPendingDismiss does not override the method from its superclass.
@Override public void onPendingDismiss(RecyclerViewAdapter recyclerView, int position) { }
2) setDismissDelay(3000) method is not getting resolved.
touchListener.setDismissDelay(3000)
Please update the libary.
I resolved this issue by cloning the whole library, i think in the dependancy there is some issue.
1) onPendingDismiss does not override the method from its superclass.
2) setDismissDelay(3000) method is not getting resolved.
Please update the libary.