feat: Bunch of small UI improvements for native player

This commit is contained in:
PartyDonut 2025-10-13 20:03:13 +02:00 committed by Hosted Weblate
parent b476f12d6a
commit 3cb3628aec
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -221,7 +221,7 @@ fun CustomVideoControls(
) {
Box(
modifier = Modifier.visible(
visible = showControls,
visible = true,
)
) {
Column(