Skip to content

Commit

Permalink
Merge pull request #179 from skiluk/main
Browse files Browse the repository at this point in the history
Change dispatchActions during initialization to unawaited
  • Loading branch information
TesteurManiak authored Nov 18, 2024
2 parents 122ca1e + 5fcc4a9 commit c866359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/matomo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class MatomoTracker {
}

if (queue.isNotEmpty) {
await dispatchActions();
unawaited(dispatchActions());
}
}

Expand Down

0 comments on commit c866359

Please sign in to comment.