fix:播放异常黑屏等

This commit is contained in:
orz12
2024-03-13 18:38:09 +08:00
parent 766b85cff1
commit cc6da716bc
9 changed files with 50 additions and 35 deletions

View File

@@ -24,8 +24,8 @@ class _HistoryPageState extends State<HistoryPage> {
@override
void initState() {
_futureBuilderFuture = _historyController.queryHistoryList();
super.initState();
_futureBuilderFuture = _historyController.queryHistoryList();
scrollController = _historyController.scrollController;
scrollController.addListener(
() {