Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-11 11:07:11 +08:00
parent 00da3c4a0e
commit 09bd1edeb3
6 changed files with 28 additions and 15 deletions

View File

@@ -115,8 +115,8 @@ class _LiveRoomPageState extends State<LiveRoomPage>
}
await _liveRoomController.playerInit(autoplay: shouldPlay);
}
if (!mounted) return;
plPlayerController.addStatusLister(playerListener);
super.didPopNext();
}