Android-ScalableVideoView icon indicating copy to clipboard operation
Android-ScalableVideoView copied to clipboard

Fix media player init

Open 4eRTuk opened this issue 5 years ago • 1 comments

This avoids state loss when ScalableVideoView placed in a row in RecyclerView or ListView or similar. So when user scrolls over this row down, onDetached called and resources are released, but after user scrolls up again, onAttached restores the previous state.

4eRTuk avatar Oct 23 '18 12:10 4eRTuk

Glad someone did this 😍 Thanks

Radiokot avatar Apr 17 '23 18:04 Radiokot