Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
> - 🏠 Internal
> - 💅 Polish

## v1.14.1 (2026-04-20)

* 🐛 Fixed the menu background disappearing after opening. ([#100](https://github.com/THEOplayer/android-ui/pull/100))

## v1.14.0 (2026-04-20)

* 🚀 Added support for THEOplayer 11.0. ([#98](https://github.com/THEOplayer/android-ui/pull/98))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ org.gradle.configuration-cache=true
# Enable Dokka v2
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# The version of the THEOplayer Open Video UI for Android.
version=1.14.0
version=1.14.1
1 change: 1 addition & 0 deletions ui/src/main/java/com/theoplayer/android/ui/UIController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ fun UIController(
AnimatedContent(
label = "ContentAnimation",
modifier = Modifier
.fillMaxSize()
.background(background),
targetState = uiState,
transitionSpec = {
Expand Down
Loading