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