android patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-04 13:49:44 +08:00
parent 7b01c33657
commit f637771527
6 changed files with 16 additions and 602 deletions

View File

@@ -189,11 +189,6 @@ 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;