Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-19 16:18:21 +08:00
parent f22cad42d7
commit fb6f92a70b

View File

@@ -328,8 +328,6 @@ abstract class ReplyController extends CommonController {
dynamic pictures, dynamic pictures,
dynamic mid, dynamic mid,
}) async { }) async {
await Future.delayed(const Duration(seconds: 5));
// biliSendCommAntifraud // biliSendCommAntifraud
if (_biliSendCommAntifraud && Platform.isAndroid) { if (_biliSendCommAntifraud && Platform.isAndroid) {
try { try {
@@ -362,6 +360,7 @@ abstract class ReplyController extends CommonController {
} }
// CommAntifraud // CommAntifraud
await Future.delayed(const Duration(seconds: 5));
void showReplyCheckResult(String message) { void showReplyCheckResult(String message) {
showDialog( showDialog(
context: context, context: context,