|
|
|
@ -154,7 +154,7 @@ class GetAnalyticsController extends BaseController {
|
|
|
|
final prevUnlockedMorphs = constructListModel
|
|
|
|
final prevUnlockedMorphs = constructListModel
|
|
|
|
.unlockedLemmas(
|
|
|
|
.unlockedLemmas(
|
|
|
|
ConstructTypeEnum.morph,
|
|
|
|
ConstructTypeEnum.morph,
|
|
|
|
threshold: 25,
|
|
|
|
threshold: 30,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
.toSet();
|
|
|
|
.toSet();
|
|
|
|
|
|
|
|
|
|
|
|
@ -166,7 +166,7 @@ class GetAnalyticsController extends BaseController {
|
|
|
|
final newUnlockedMorphs = constructListModel
|
|
|
|
final newUnlockedMorphs = constructListModel
|
|
|
|
.unlockedLemmas(
|
|
|
|
.unlockedLemmas(
|
|
|
|
ConstructTypeEnum.morph,
|
|
|
|
ConstructTypeEnum.morph,
|
|
|
|
threshold: 25,
|
|
|
|
threshold: 30,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
.toSet()
|
|
|
|
.toSet()
|
|
|
|
.difference(prevUnlockedMorphs);
|
|
|
|
.difference(prevUnlockedMorphs);
|
|
|
|
|