Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-21 13:07:27 +08:00
parent 5fbc86afa3
commit 8309be9ca9
2 changed files with 5 additions and 7 deletions

View File

@@ -189,6 +189,11 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
final isResume = state == .resumed;
final ctr = videoDetailController.plPlayerController..visible = isResume;
if (isResume) {
// TODO: remove
// part of https://github.com/flutter/flutter/issues/186723
if (Platform.isAndroid && !showSystemBar_) {
setEnabledSystemUIMode(.immersiveSticky);
}
if (!ctr.showDanmaku) {
introController.startTimer();
ctr.showDanmaku = true;