Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myofficework000 committed Jul 29, 2024
1 parent a899258 commit 11933fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ fun ExoPlayerView() {
// Set the layout parameters for the PlayerView
modifier = Modifier
.fillMaxWidth()
.height(400.dp)
.height(450.dp)
)
}

0 comments on commit 11933fe

Please sign in to comment.