Skip to content

Possible fix for Category.getWords() #1

Description

@WhenPigsInvade

Not sure what's the best way to contact your group but can you try doing this and see if it fixes it? I tried running the app but I'm getting this error when it prompts me to press the timer button.

List<Word> getWords(Isar isar) {
  List<Word> res = [];
  for(final word in words) {
    res.add(isar.words.where().idEqualTo(word).findAllSync().first);
  } 
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions