Skip to content

Commit ec347c6

Browse files
revert
1 parent 69b3d3b commit ec347c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Devices/VoiceInput/WindowsDictationInputDeviceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ public async Task<AudioClip> StopRecordingAsync()
196196
return null;
197197
}
198198

199-
isTransitioning = true;
200199
IsListening = false;
200+
isTransitioning = true;
201201

202202
if (hasListener)
203203
{

0 commit comments

Comments
 (0)