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 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user