mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
fix: nextAwait
This commit is contained in:
parent
19488507b0
commit
125fedbc84
@ -112,8 +112,8 @@ class Unp4kCModel extends _$Unp4kCModel {
|
|||||||
|
|
||||||
if (i == nextAwait) {
|
if (i == nextAwait) {
|
||||||
state = state.copyWith(endMessage: S.current.tools_unp4k_msg_reading3(i, p4kFiles.length));
|
state = state.copyWith(endMessage: S.current.tools_unp4k_msg_reading3(i, p4kFiles.length));
|
||||||
await Future.delayed(Duration.zero);
|
await Future.delayed(Duration(milliseconds: 1));
|
||||||
nextAwait += 20000;
|
nextAwait += 30000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user