[merge] Merge branch 'dev-bug1'

This commit is contained in:
acite
2025-08-25 14:28:21 +08:00
2 changed files with 169 additions and 166 deletions

View File

@@ -22,7 +22,7 @@ _🚀This is the client of the multimedia server Abyss, which can also be extend
## TODO List
### High Priority
- [ ] Fix tablet full-screen mode bug
- [x] Fix tablet full-screen mode bug
- [ ] Hide private key after user input
- [ ] Replace Android robot icon with custom design
- [ ] Configure server baseURL in client settings

View File

@@ -716,9 +716,11 @@ fun VideoPlayerLandscape(videoPlayerViewModel: VideoPlayerViewModel)
}
ToggleFullScreen(true)
Box(Modifier.fillMaxSize())
{
Box(
modifier = Modifier
.background(Color.Black)
.background(Color.Black).align(Alignment.Center)
)
{
AndroidView(
@@ -906,6 +908,7 @@ fun VideoPlayerLandscape(videoPlayerViewModel: VideoPlayerViewModel)
}
}
}
}
}
@Composable