You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I've using your library in my project, recently I just detect one bug I think, for my case, when I clicked on each row, I need to request to api every time for get videoUrl for playing video, but when I click on multiple row the same time and the internet is a bit slow it make the video player initialize player slow too, so when I clicked on new row, I call the method stop and release the videoPlayer, but it can not stop, still playing, even If I close my player activity, It still hear the video sound.
I am not sure because of my implementation wrong or something with videoPlayer.
thank you
The text was updated successfully, but these errors were encountered:
Hi there, I've using your library in my project, recently I just detect one bug I think, for my case, when I clicked on each row, I need to request to api every time for get videoUrl for playing video, but when I click on multiple row the same time and the internet is a bit slow it make the video player initialize player slow too, so when I clicked on new row, I call the method stop and release the videoPlayer, but it can not stop, still playing, even If I close my player activity, It still hear the video sound.
I am not sure because of my implementation wrong or something with videoPlayer.
thank you
The text was updated successfully, but these errors were encountered: