Refactored practiseList->practiceList in Generator
This commit is contained in:
parent
37d597f356
commit
e7d1d09130
1 changed files with 1 additions and 3 deletions
|
@ -197,10 +197,8 @@ public class AssessmentGenerator {
|
|||
if (result.isEmpty() || result.get() == noBtn) {
|
||||
ScreenSwitch.swap(ScreenSwitch.SceneEnum.dictionaryScene);
|
||||
} else {
|
||||
generateAssessment(Application.practiseList);
|
||||
generateAssessment(Application.practiceList);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue