mod: preload video reply

This commit is contained in:
bggRGjQaUbCoE
2024-08-30 16:58:35 +08:00
parent ecefc4bdd5
commit 536a2177c7
2 changed files with 1 additions and 2 deletions

View File

@@ -63,8 +63,6 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
fabAnimationCtr = AnimationController(
vsync: this, duration: const Duration(milliseconds: 100));
_videoReplyController.queryReplyList(type: 'init');
fabAnimationCtr.forward();
scrollListener();
}