add complete black background in videoscreen, don't handle all keys in search screen

This commit is contained in:
2026-08-17 18:24:49 +03:00
parent 0243466cf1
commit 4eeda5e2ee
2 changed files with 3 additions and 2 deletions
@@ -114,7 +114,7 @@ fun VideoPlayer(
)
}
Box(modifier = rootModifier.background(Color.Black)) {
Box(modifier = rootModifier.fillMaxSize().background(Color.Black)) {
VideoCanvas(
controller = controller,
modifier = rootModifier.fillMaxSize(),