mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Native player controls regression
This commit is contained in:
parent
32846e6402
commit
0d7408b499
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ fun CustomVideoControls(
|
||||||
) {
|
) {
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier.visible(
|
modifier = Modifier.visible(
|
||||||
visible = true,
|
visible = showControls,
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue