Ref: Entfernt await
This commit is contained in:
@@ -25,12 +25,12 @@ class BackgroundTaskController {
|
||||
);
|
||||
} else {
|
||||
unawaited(
|
||||
Isolate.run(() async {
|
||||
await _runTask(
|
||||
Isolate.run(() {
|
||||
unawaited(_runTask(
|
||||
GenerateTransactionsTask(),
|
||||
const Duration(minutes: 1),
|
||||
const Duration(minutes: 30),
|
||||
);
|
||||
));
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user