File tree Expand file tree Collapse file tree
ui/src/main/java/com/theoplayer/android/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ org.gradle.configuration-cache=true
2626# Enable Dokka v2
2727org.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
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments