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.
2 parents 2d713b1 + e2e25a9 commit 5e56881Copy full SHA for 5e56881
2 files changed
CHANGELOG.md
@@ -9,6 +9,10 @@
9
> - 🏠 Internal
10
> - 💅 Polish
11
12
+## Unreleased
13
+
14
+* 🐛 Fixed the menu background disappearing after opening. ([#100](https://github.com/THEOplayer/android-ui/pull/100))
15
16
## v1.14.0 (2026-04-20)
17
18
* 🚀 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
@@ -224,6 +224,7 @@ fun UIController(
224
AnimatedContent(
225
label = "ContentAnimation",
226
modifier = Modifier
227
+ .fillMaxSize()
228
.background(background),
229
targetState = uiState,
230
transitionSpec = {
0 commit comments