mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user