henryblue/MxVideoPlayer

close window on error

Opened this issue · 1 comments

close

@OverRide
public void onCompletion() {
if (mCurrentState == CURRENT_STATE_ERROR) {
// add the logic you need
}
if ("quit fullscreen") {
super.onCompletion();
}
}