hudomju / android-swipe-to-dismiss-undo

Android swipe-to-dismiss-undo library and sample code
MIT License
240 stars 82 forks source link

onPendingDismiss does not override method from its superclass and setDismissDelay is not resolved. #36

Open mayank26saxena opened 8 years ago

mayank26saxena commented 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.

VijayMakwana commented 7 years ago

I resolved this issue by cloning the whole library, i think in the dependancy there is some issue.