feat: preference word meaning activity over lemma activity
This commit is contained in:
parent
d652983e16
commit
5b186f2580
1 changed files with 2 additions and 1 deletions
|
|
@ -310,7 +310,8 @@ class PangeaToken {
|
|||
case ActivityTypeEnum.hiddenWordListening:
|
||||
return daysSinceLastUseByType(a) > 7;
|
||||
case ActivityTypeEnum.lemmaId:
|
||||
return daysSinceLastUseByType(a) > 7;
|
||||
return _didActivitySuccessfully(ActivityTypeEnum.wordMeaning) &&
|
||||
daysSinceLastUseByType(a) > 7;
|
||||
case ActivityTypeEnum.emoji:
|
||||
return getEmoji() == null;
|
||||
case ActivityTypeEnum.morphId:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue