Last active
April 15, 2025 16:23
-
-
Save ifucolo/f8dffb66e9c4f9476dc719112ea001e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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