kohii
kohii copied to clipboard
Playback.StateListener not return any value
Playback.StateListener not return any value in java project with exoplayer 2.14.0 I am using : 1.3.0.2014000-SNAPSHOT
@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 implementation "im.ene.kohii:kohii-exoplayer:1.3.0.2011008-20210611.055203-10"
In these dependencies its work well.