feat: report reply

This commit is contained in:
bggRGjQaUbCoE
2024-09-03 08:44:18 +08:00
parent 751db80b4a
commit e4d97ace6a
2 changed files with 26 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
void dispose() {
fabAnimationCtr.dispose();
_videoReplyController.scrollController.removeListener(() {});
_videoReplyController.scrollController.dispose();
// _videoReplyController.scrollController.dispose();
super.dispose();
}