From 125fedbc84513e59569d5e5df40c159c04a5ebfa Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Thu, 4 Dec 2025 22:18:43 +0800 Subject: [PATCH] fix: nextAwait --- lib/provider/unp4kc.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/provider/unp4kc.dart b/lib/provider/unp4kc.dart index 96feec8..215da21 100644 --- a/lib/provider/unp4kc.dart +++ b/lib/provider/unp4kc.dart @@ -112,8 +112,8 @@ class Unp4kCModel extends _$Unp4kCModel { if (i == nextAwait) { state = state.copyWith(endMessage: S.current.tools_unp4k_msg_reading3(i, p4kFiles.length)); - await Future.delayed(Duration.zero); - nextAwait += 20000; + await Future.delayed(Duration(milliseconds: 1)); + nextAwait += 30000; } }