|
|
|
@ -41,6 +41,7 @@ class IgcController {
|
|
|
|
|
|
|
|
|
|
|
|
final IGCRequestBody reqBody = IGCRequestBody(
|
|
|
|
final IGCRequestBody reqBody = IGCRequestBody(
|
|
|
|
fullText: choreographer.currentText,
|
|
|
|
fullText: choreographer.currentText,
|
|
|
|
|
|
|
|
userId: choreographer.pangeaController.userController.userId!,
|
|
|
|
userL1: choreographer.l1LangCode!,
|
|
|
|
userL1: choreographer.l1LangCode!,
|
|
|
|
userL2: choreographer.l2LangCode!,
|
|
|
|
userL2: choreographer.l2LangCode!,
|
|
|
|
enableIGC: choreographer.igcEnabled && !onlyTokensAndLanguageDetection,
|
|
|
|
enableIGC: choreographer.igcEnabled && !onlyTokensAndLanguageDetection,
|
|
|
|
|