iraunit opened this issue 2 years ago · 1 comments
when calling onSlideComplete it should do some task but it is not.
code:- stopAlarmButton.onSlideCompleteListener?.onSlideComplete(SlideToActView(this,))
How to use this to do something when sliding is completed?
stopAlarmButton.onSlideCompleteListener?.onSlideComplete(SlideToActView(this,))
You're calling this wrong. You can find an example on how to call this here:
slidetoact/example/src/main/java/com/ncorti/slidetoact/example/SampleActivity.java
Lines 146 to 151 in aaccbde