hudomju / android-swipe-to-dismiss-undo

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

Facing problems with onPendingDismiss and setDismissDelay #38

Closed rishijash closed 8 years ago

rishijash commented 8 years ago

Errors with onPendingDismiss and setDismissDelay while using this library!

rishijash commented 8 years ago

The problem is with compile 'com.hudomju:swipe-to-dismiss-undo:1.0'

Intead of importing library directly from 'com.hudomju:swipe-to-dismiss-undo:1.0', import it from .jar file and it will work as it has promised.

Thank you developers from creating such awesome library.