Skip to content

Commit 3ce62a6

Browse files
Fix menu background not showing properly
1 parent 2d713b1 commit 3ce62a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/main/java/com/theoplayer/android/ui/UIController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ fun UIController(
224224
AnimatedContent(
225225
label = "ContentAnimation",
226226
modifier = Modifier
227+
.fillMaxSize()
227228
.background(background),
228229
targetState = uiState,
229230
transitionSpec = {

0 commit comments

Comments
 (0)