Open smmhub opened 6 years ago
current version you have to modify the source code DefaultMediaController
find v.getId() == R.id.app_video_finish
Thanks I modified it and removed ((Activity) videoView.getContext()).finish(); but still it closes video
click the left icon or press back key?
the left icon .
it shouldn't,you can debug the code
I added return ; and now it does not get closed
Can we catch it ?