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
I am creating a Fragment in an app which displays this Fullscreen video view. The fragment has a button to open a device directory. Right after selecting a video file I'm creating a file from it in onActivityResult. But when I assign this File to fullscreen-video-view (inside onActivityResult) the app crashes after selecting a video
I am creating a Fragment in an app which displays this Fullscreen video view. The fragment has a button to open a device directory. Right after selecting a video file I'm creating a file from it in onActivityResult. But when I assign this File to fullscreen-video-view (inside onActivityResult) the app crashes after selecting a video
`override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
How to solve this issue? Where should I use
fullscreenVideoView.videoFile(myVideoFile)
after selecting a file... Thank you for help!The text was updated successfully, but these errors were encountered: