This commit is contained in:
wood1986 2022-08-11 19:07:10 -07:00
parent 470ca7bf60
commit 810c62407f

View File

@ -35,7 +35,6 @@ public class FullScreenPlayerView extends Dialog {
imageButton.setContentDescription(getContext().getString(com.google.android.exoplayer2.ui.R.string.exo_controls_fullscreen_exit_description));
parent.removeView(playerControlView);
containerView.addView(playerControlView, generateDefaultLayoutParams());
}
super.onStart();