Skip to content

Commit 1a38d01

Browse files
TheCodeTravelerCopilot
authored andcommitted
Update src/CommunityToolkit.Maui.Core/Essentials/SpeechToText/OfflineSpeechToTextImplementation.android.cs
Co-authored-by: Copilot <[email protected]>
1 parent 8a49d0a commit 1a38d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.Core/Essentials/SpeechToText/OfflineSpeechToTextImplementation.android.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async Task InternalStartListening(SpeechToTextOptions options, CancellationToken
9898
}
9999
else if (OperatingSystem.IsAndroidVersionAtLeast(33))
100100
{
101-
TryDownloadOfflineRecognizer33Async(recognizerIntent);
101+
await TryDownloadOfflineRecognizer33Async(recognizerIntent);
102102
}
103103
}
104104

0 commit comments

Comments
 (0)