From fb6f92a70bbdf52f1e72049007adb22eca931f72 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Wed, 19 Feb 2025 16:18:21 +0800 Subject: [PATCH] opt: #284 Signed-off-by: bggRGjQaUbCoE --- lib/pages/common/reply_controller.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/common/reply_controller.dart b/lib/pages/common/reply_controller.dart index 01c42e904..430fb4c58 100644 --- a/lib/pages/common/reply_controller.dart +++ b/lib/pages/common/reply_controller.dart @@ -328,8 +328,6 @@ abstract class ReplyController extends CommonController { dynamic pictures, dynamic mid, }) async { - await Future.delayed(const Duration(seconds: 5)); - // biliSendCommAntifraud if (_biliSendCommAntifraud && Platform.isAndroid) { try { @@ -362,6 +360,7 @@ abstract class ReplyController extends CommonController { } // CommAntifraud + await Future.delayed(const Duration(seconds: 5)); void showReplyCheckResult(String message) { showDialog( context: context,