if running language assistance after going through IT, clear the itController
This commit is contained in:
parent
01f07c5584
commit
380689cf03
1 changed files with 4 additions and 1 deletions
|
|
@ -255,10 +255,13 @@ class Choreographer {
|
|||
}
|
||||
|
||||
startLoading();
|
||||
|
||||
// if getting language assistance after finishing IT,
|
||||
// reset the itController
|
||||
if (choreoMode == ChoreoMode.it &&
|
||||
itController.isTranslationDone &&
|
||||
!onlyTokensAndLanguageDetection) {
|
||||
// debugger(when: kDebugMode);
|
||||
itController.clear();
|
||||
}
|
||||
|
||||
await (isRunningIT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue