Skip to content

Commit

Permalink
refactor(browse): remove completed TODOs
Browse files Browse the repository at this point in the history
Fixed in 16620
  • Loading branch information
david-allison committed Jan 9, 2025
1 parent cb2de96 commit 6291931
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion AnkiDroid/src/main/java/com/ichi2/anki/CardBrowser.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,6 @@ open class CardBrowser :
}
}

@RustCleanup("remove card cache; switch to RecyclerView and browserRowForId (#11889)")
@VisibleForTesting
fun searchCards() {
launchCatchingTask {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ class CardBrowserViewModel(
flowOfColumn1.update { columns.columns[0] }
flowOfColumn2.update { columns.columns[1] }

// This impacts browserRowForId(), which we do not use yet
withCol { backend.setActiveBrowserColumns(columns.backendKeys) }
}

Expand Down

0 comments on commit 6291931

Please sign in to comment.