Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Last active April 15, 2025 16:23
Show Gist options
  • Save ifucolo/f8dffb66e9c4f9476dc719112ea001e8 to your computer and use it in GitHub Desktop.
Save ifucolo/f8dffb66e9c4f9476dc719112ea001e8 to your computer and use it in GitHub Desktop.
val selectedFilters by viewModel.selectedFilters.collectAsStateWithLifecycle()
PrayersFilterComponent(
selectedFilters = selectedFilters,
onFilterSelected = { filterType ->
viewModel.toggleFilter(filterType)
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment