kohii icon indicating copy to clipboard operation
kohii copied to clipboard

Playback.StateListener not return any value

Open Arsamkhan opened this issue 3 years ago • 4 comments

Playback.StateListener not return any value in java project with exoplayer 2.14.0 I am using : 1.3.0.2014000-SNAPSHOT

Arsamkhan avatar Aug 24 '21 15:08 Arsamkhan

@Arsamkhan I cannot reproduce the issue. Can you share your code, or something that can produce the problem?

eneim avatar Oct 03 '21 04:10 eneim

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.

Arsamkhan avatar Oct 04 '21 09:10 Arsamkhan