tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Catch back button click #72

Open smmhub opened 6 years ago

smmhub commented 6 years ago

0011

Can we catch it ?

tcking commented 6 years ago

current version you have to modify the source code DefaultMediaController find v.getId() == R.id.app_video_finish

smmhub commented 6 years ago

Thanks I modified it and removed ((Activity) videoView.getContext()).finish(); but still it closes video

tcking commented 6 years ago

click the left icon or press back key?

smmhub commented 6 years ago

the left icon .

tcking commented 6 years ago

it shouldn't,you can debug the code

smmhub commented 6 years ago

I added return ; and now it does not get closed