mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-05 02:24:52 +08:00
opt video bottomsheet
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1247,7 +1247,7 @@ class HeaderControlState extends State<HeaderControl>
|
||||
/// 字幕设置
|
||||
void showSetSubtitle() {
|
||||
showBottomSheet(
|
||||
padding: isFullScreen ? 70 : null,
|
||||
padding: () => isFullScreen ? const .only(bottom: 70) : .zero,
|
||||
(context, setState) {
|
||||
final theme = Theme.of(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user