Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings around missing awaits #733

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Fix warnings around missing awaits #733

merged 1 commit into from
Mar 7, 2024

Conversation

vishnukvmd
Copy link
Member

No description provided.

@vishnukvmd vishnukvmd requested a review from ua741 March 7, 2024 08:16
@@ -105,7 +105,7 @@ class ImportCodePage extends StatelessWidget {
index != importOptions.length - 1,
isTopBorderRadiusRemoved: index != 0,
onTap: () async {
ImportService().initiateImport(context, type);
await ImportService().initiateImport(context, type);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ua741 please double check

@@ -19,29 +19,29 @@ class ImportService {
Future<void> initiateImport(BuildContext context, ImportType type) async {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ua741 please double check

@vishnukvmd vishnukvmd merged commit a892220 into main Mar 7, 2024
2 checks passed
@vishnukvmd vishnukvmd deleted the fix_warnings branch March 7, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants