Skip to content

Commit

Permalink
fixed language change in columnHeaders with test
Browse files Browse the repository at this point in the history
  • Loading branch information
soCallmeAdityaKumar committed Dec 30, 2024
1 parent ddd4fe5 commit ad79118
Showing 1 changed file with 0 additions and 1 deletion.
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 @@ -609,7 +609,6 @@ open class CardBrowser :
viewModel.flowOfIsInMultiSelectMode.launchCollectionInLifecycleScope(::isInMultiSelectModeChanged)
viewModel.flowOfLanguageChanged.launchCollectionInLifecycleScope(::updateColumnLanguageChange)
viewModel.flowOfCardsUpdated.launchCollectionInLifecycleScope(::cardsUpdatedChanged)
viewModel.flowOfLanguageChanged.launchCollectionInLifecycleScope(::updateColumnLanguageChange)
viewModel.flowOfSearchState.launchCollectionInLifecycleScope(::searchStateChanged)
viewModel.flowOfInitCompleted.launchCollectionInLifecycleScope(::initCompletedChanged)
viewModel.flowOfCardsOrNotes.launchCollectionInLifecycleScope(::cardsOrNotesChanged)
Expand Down

0 comments on commit ad79118

Please sign in to comment.