-
Notifications
You must be signed in to change notification settings - Fork 25
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
Player stop working when we call notifydatasetchanged() #7
Comments
Share your code so i can check it |
Hi, this is the code with
|
Is there any update on this. I am facing similar issue exo player become black after notify data set change. |
i am using kohii library |
@Krutika-chotara @Faiyyazauxy @MostafaAnter any update on above issue ? I am also facing the same issue when I call "notifyItemCahnged(adapterPosition)". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I add data in recycleview and try to scroll on particular index , player not working .
mBinding.recyclerView.scrollToPosition(scrollPosition);
Please help me how i achieve the task
The text was updated successfully, but these errors were encountered: