diff --git a/lib/pages/video/detail/reply_reply/controller.dart b/lib/pages/video/detail/reply_reply/controller.dart index 4eacd42ef..5cf12072f 100644 --- a/lib/pages/video/detail/reply_reply/controller.dart +++ b/lib/pages/video/detail/reply_reply/controller.dart @@ -85,10 +85,10 @@ class VideoReplyReplyController extends ReplyController index: hasRoot ? index! + 3 : index! + 1, alignment: 0.25, ); + await Future.delayed(const Duration(milliseconds: 800)); + await controller?.forward(); + index = null; } catch (_) {} - await Future.delayed(const Duration(milliseconds: 800)); - await controller?.forward(); - index = null; } }); }