We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1e509 commit 84f53deCopy full SHA for 84f53de
Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/player/PlayerScreen.kt
@@ -206,7 +206,7 @@ fun PlayerContentWithBackground(
206
playerControlActions: PlayerControlActions,
207
modifier: Modifier = Modifier,
208
) {
209
- Box(modifier = modifier, contentAlignment = Alignment.Center) {
+ Box(contentAlignment = Alignment.Center) {
210
PlayerBackground(
211
episode = uiState.episodePlayerState.currentEpisode,
212
modifier = modifier.fillMaxSize()
0 commit comments