fix it feedback request
This commit is contained in:
parent
9ce4924dff
commit
7deb23515d
1 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ class ITController {
|
|||
}
|
||||
}
|
||||
|
||||
Future<void>getNextTranslationData() async {
|
||||
Future<void> getNextTranslationData() async {
|
||||
try {
|
||||
if (completedITSteps.length < goldRouteTracker.continuances.length) {
|
||||
final String currentText = choreographer.currentText;
|
||||
|
|
@ -478,5 +478,5 @@ class CurrentITStep {
|
|||
|
||||
// get continuance with highest level
|
||||
Continuance get best =>
|
||||
continuances.reduce((a, b) => a.level > b.level ? a : b);
|
||||
continuances.reduce((a, b) => a.level < b.level ? a : b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue