Skip to content

Commit 5e56881

Browse files
Merge pull request #100 from THEOplayer/bugfix/menu-background-disappearing
Fix menu background not showing properly
2 parents 2d713b1 + e2e25a9 commit 5e56881

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
> - 🏠 Internal
1010
> - 💅 Polish
1111
12+
## Unreleased
13+
14+
* 🐛 Fixed the menu background disappearing after opening. ([#100](https://github.com/THEOplayer/android-ui/pull/100))
15+
1216
## v1.14.0 (2026-04-20)
1317

1418
* 🚀 Added support for THEOplayer 11.0. ([#98](https://github.com/THEOplayer/android-ui/pull/98))

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)