add complete black background in videoscreen, don't handle all keys in search screen
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user