Skip to content

Commit c857b57

Browse files
authored
Fix TranscriptionContext clean up (#36)
1 parent 91379ef commit c857b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/context/transcription_context.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ mixin TranscriptionContextMixin on ChangeNotifier {
2727
CancelListenFunc? _cancelListener;
2828

2929
void transcriptionContextCleanUp() {
30+
_cancelListener?.call();
3031
_cancelListener = null;
3132
_transcriptionMap.clear();
3233
}

0 commit comments

Comments
 (0)