Skip to content

Commit

Permalink
Enable filtered decks in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya13s authored and lukstbit committed Oct 31, 2024
1 parent 54decf9 commit 769a6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class DeckPickerWidgetConfig : AnkiActivity(), DeckSelectionListener, BaseSnackb
/** Returns the list of standard deck. */
private suspend fun fetchDecks(): List<SelectableDeck> {
return withContext(Dispatchers.IO) {
SelectableDeck.fromCollection(includeFiltered = false)
SelectableDeck.fromCollection(includeFiltered = true)
}
}

Expand Down

0 comments on commit 769a6b6

Please sign in to comment.