-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Playback.StateListener not return any value #169
Comments
@Arsamkhan I cannot reproduce the issue. Can you share your code, or something that can produce the problem? |
I have implemented Playback.StateListener in RecyclerView View-holder class but override function onBuffering, onPlaying etc. not called . implementation "im.ene.kohii:kohii-core:1.3.0.2011008-20210611.055203-22" // core library In these dependencies its work well. |
Were you able to manage it on newer versions of exoplayer? I'm having same issue and I'm using latest version of Kohii and exoplayer |
@eneim any hint for the above one? |
Playback.StateListener not return any value in java project with exoplayer 2.14.0 I am using :
1.3.0.2014000-SNAPSHOT
The text was updated successfully, but these errors were encountered: