fix(phonetic_transcription): fixing a merge conflict
This commit is contained in:
parent
a396b94bec
commit
4fdf1f970b
1 changed files with 0 additions and 7 deletions
|
|
@ -113,12 +113,6 @@ class LanguageController {
|
|||
}
|
||||
|
||||
bool get showTrancription =>
|
||||
<<<<<<< Updated upstream
|
||||
_pangeaController.languageController.userL1 != null &&
|
||||
_pangeaController.languageController.userL2 != null &&
|
||||
_pangeaController.languageController.userL1?.script !=
|
||||
_pangeaController.languageController.userL2?.script;
|
||||
=======
|
||||
(_pangeaController.languageController.userL1 != null &&
|
||||
_pangeaController.languageController.userL2 != null &&
|
||||
_pangeaController.languageController.userL1?.script !=
|
||||
|
|
@ -127,5 +121,4 @@ class LanguageController {
|
|||
LanguageKeys.unknownLanguage ||
|
||||
_pangeaController.languageController.userL2?.script ==
|
||||
LanguageKeys.unknownLanguage);
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue