hudomju / android-swipe-to-dismiss-undo

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

onPendingDismiss() method dose not override method from it's superclass #31

Closed siddhi17 closed 8 years ago

siddhi17 commented 8 years ago

I am getting error for onPendingDismissMethod(). It shows it dose not override method from it's superclass.

Also for setDissmissDelay method. setDissmissDelay method dose not resolve on touch listener.

What is the solution?

mayank26saxena commented 8 years ago

How were you able to resolve this?