Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslowry committed Sep 9, 2024
1 parent 3ff3c1d commit 35b8d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class EntryViewModel @Inject constructor(
)

@OptIn(ExperimentalCoroutinesApi::class, FlowPreview::class)
val items: StateFlow<List<ItemWithConfiguration>> = date
private val items: StateFlow<List<ItemWithConfiguration>> = date
.flatMapLatest {
viewModelScope.launch { ensureItems(date.value) }
itemRepo.getFull(it)
Expand Down

0 comments on commit 35b8d3b

Please sign in to comment.