mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -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(
|
||||
modifier = Modifier.visible(
|
||||
visible = true,
|
||||
visible = showControls,
|
||||
)
|
||||
) {
|
||||
Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue