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

@@ -23,8 +23,8 @@ class _EmotePanelState extends State<EmotePanel>
@override
void initState() {
_futureBuilderFuture = _emotePanelController.getEmote();
super.initState();
_futureBuilderFuture = _emotePanelController.getEmote();
}
@override