Skip to content

Commit

Permalink
fix(android): re-layout controls after fullscreen dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Jan 20, 2024
1 parent 3858a15 commit 17d6358
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,7 @@ public void setFullscreen(boolean fullscreen) {
if (controls && fullScreenPlayerView != null) {
fullScreenPlayerView.dismiss();
reLayout(exoPlayerView);
reLayout(playerControlView);
}
UiThreadUtil.runOnUiThread(() -> {
WindowCompat.setDecorFitsSystemWindows(window, true);
Expand Down

0 comments on commit 17d6358

Please sign in to comment.