mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feat: Bunch of small UI improvements for native player
This commit is contained in:
parent
b476f12d6a
commit
3cb3628aec
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ fun CustomVideoControls(
|
|||
) {
|
||||
Box(
|
||||
modifier = Modifier.visible(
|
||||
visible = showControls,
|
||||
visible = true,
|
||||
)
|
||||
) {
|
||||
Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue