Skip to content

Commit

Permalink
removed delays since they are rendered obsolete with drift
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kal committed Aug 24, 2024
1 parent 0ea0298 commit c867724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/blocs/repo_bloc/repo_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ class RepoBloc extends Bloc<RepoEvent, RepoState> {
default:
}
SettingsVariablesEntity.updateSettingsVariablesEntity(has!);
await Future<void>.delayed(const Duration(milliseconds: 50));

await Future<void>.delayed(const Duration(milliseconds: 50));
add(EmitStateWithDBVars());
}

Expand Down

0 comments on commit c867724

Please sign in to comment.