-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant find OnProgressClickListener written in Java #5
Comments
@Dor-Sloim progressView.setOnProgressClickListener(new OnProgressClickListener() {
@Override
public void onClickProgress(boolean b) {
}
}); |
Thanks for answering.
Do i have to enable kotlin support for the project for this to work? |
@Dor-Sloim |
Updated to 1.0.5 but still got the same error. |
Also, i'm getting the same error when using
The only working listener for me is the Do you think you can add java support? |
I got this to work by configuring Kotlin for project unfortunately |
Hi, is there an OnProgressClickListener written in Java ?(not the kotlin one)
If not, do you think you can add one so we will be able to do this:
`
progressView.setOnProgressClickListener(new OnProgressClickListener()
{
`
(Im coding in Java)
so im getting the error:
Thanks a lot.
The text was updated successfully, but these errors were encountered: