Hello,
First of all, thanks for the nice little library. Really save a lot of times when implementing Progress with refresh button.
I've tried following the docs to implement onClick listener on retry button. When it's clicked, nothing really happened. I'm trying to implement the click listener inside onFailure on Retrofit.
Instead of using basoProgressView to implement onClick, I'm using baso_StoppedButton to implement onClick and it is working when the retry button pressed .
Any idea how it happened? Am I doing something wrong? Currently I'm using baso_StoppedButton to target onClick instead of basoProgressView since baso_StoppedButton is the one that worked.
Hello, First of all, thanks for the nice little library. Really save a lot of times when implementing Progress with refresh button.
I've tried following the docs to implement onClick listener on retry button. When it's clicked, nothing really happened. I'm trying to implement the click listener inside onFailure on Retrofit.
Instead of using basoProgressView to implement onClick, I'm using baso_StoppedButton to implement onClick and it is working when the retry button pressed .
Any idea how it happened? Am I doing something wrong? Currently I'm using baso_StoppedButton to target onClick instead of basoProgressView since baso_StoppedButton is the one that worked.
Regards.