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
{{ message }}
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
I have the player in a RecyclerView, but I have confirmed that the view is not being recycled when this occurs, so I don't believe that it has something specifically to do with RecyclerView. I have noticed that onDetachedFromWindow and onSurfaceTextureDestroyed are being called as I scroll it out of view, so I'm guessing that the media player is being released, and then when it comes back into view the CaptionsView is trying to use the released media player.
Anyway, apologies if this is not a real bug and I am just doing something wrong. If that's the case, if someone could point me in the right direction on how to solve this it would be great.
The text was updated successfully, but these errors were encountered:
I have verified there are no duplicate active or recent bugs, questions, or requests
I have verified that I am using the latest version of Better Video Player.
I have given my issue a non-generic title.
I have read over the documentation (before asking questions on how to do something).
Better Video Player version:
kotlin-SNAPSHOT
Device OS version:
8.0
Device Manufacturer:
LG
Device Name:
G7
Reproduction Steps
Expected Result
App doesn't crash
Actual Result
App crashes
I have the player in a
RecyclerView
, but I have confirmed that the view is not being recycled when this occurs, so I don't believe that it has something specifically to do withRecyclerView
. I have noticed thatonDetachedFromWindow
andonSurfaceTextureDestroyed
are being called as I scroll it out of view, so I'm guessing that the media player is being released, and then when it comes back into view the CaptionsView is trying to use the released media player.Anyway, apologies if this is not a real bug and I am just doing something wrong. If that's the case, if someone could point me in the right direction on how to solve this it would be great.
The text was updated successfully, but these errors were encountered: