Skip to content

Commit

Permalink
adding space at line:184 in CardBrowserViewModel.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Scapesfear committed Jan 11, 2025
1 parent 0b46a5f commit b309024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class CardBrowserViewModel(
internal suspend fun queryAllCardIds() = cards.queryCardIds()

var lastSelectedId: CardOrNoteId? = null

val flowOfIsInMultiSelectMode =
flowOfSelectedRows
.map { it.isNotEmpty() }
Expand Down

0 comments on commit b309024

Please sign in to comment.