mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 18:43:43 +08:00
update: Unp4kCModel Duration.zero
This commit is contained in:
parent
a8e91d6332
commit
2c71f3baba
@ -118,7 +118,7 @@ class Unp4kCModel extends _$Unp4kCModel {
|
||||
if (i == nextAwait) {
|
||||
state = state.copyWith(
|
||||
endMessage: "正在处理文件 ($i/${p4kFiles.length}) ...");
|
||||
await Future.delayed(const Duration(microseconds: 0));
|
||||
await Future.delayed(Duration.zero);
|
||||
nextAwait += 20000;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user