[merge] Merge branch 'dev-bug1'
This commit is contained in:
@@ -22,7 +22,7 @@ _🚀This is the client of the multimedia server Abyss, which can also be extend
|
|||||||
## TODO List
|
## TODO List
|
||||||
|
|
||||||
### High Priority
|
### High Priority
|
||||||
- [ ] Fix tablet full-screen mode bug
|
- [x] Fix tablet full-screen mode bug
|
||||||
- [ ] Hide private key after user input
|
- [ ] Hide private key after user input
|
||||||
- [ ] Replace Android robot icon with custom design
|
- [ ] Replace Android robot icon with custom design
|
||||||
- [ ] Configure server baseURL in client settings
|
- [ ] Configure server baseURL in client settings
|
||||||
|
|||||||
@@ -716,9 +716,11 @@ fun VideoPlayerLandscape(videoPlayerViewModel: VideoPlayerViewModel)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ToggleFullScreen(true)
|
ToggleFullScreen(true)
|
||||||
|
Box(Modifier.fillMaxSize())
|
||||||
|
{
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.background(Color.Black)
|
.background(Color.Black).align(Alignment.Center)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
AndroidView(
|
AndroidView(
|
||||||
@@ -906,6 +908,7 @@ fun VideoPlayerLandscape(videoPlayerViewModel: VideoPlayerViewModel)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|||||||
Reference in New Issue
Block a user