Skip to content

Commit 4a16eb3

Browse files
Merge pull request #101 from THEOplayer/release/1.14.1
Release 1.14.1
2 parents 2d713b1 + 449d374 commit 4a16eb3

3 files changed

Lines changed: 6 additions & 1 deletion

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+
## v1.14.1 (2026-04-20)
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))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ org.gradle.configuration-cache=true
2626
# Enable Dokka v2
2727
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2828
# The version of the THEOplayer Open Video UI for Android.
29-
version=1.14.0
29+
version=1.14.1

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)