if running language assistance after going through IT, clear the itController

This commit is contained in:
ggurdin 2024-10-25 10:04:59 -04:00
parent 01f07c5584
commit 380689cf03
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -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