Skip to content

Instantly share code, notes, and snippets.

@Krillsson
Last active December 22, 2022 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krillsson/2a61200840051eccd3a329a76650458d to your computer and use it in GitHub Desktop.
Save Krillsson/2a61200840051eccd3a329a76650458d to your computer and use it in GitHub Desktop.
Category filter that fetches categories from BuildConfig.java
object BuildConfigCategoryFilter: CategoryFilter() {
override val categories: List<Category> = BuildConfig.LOG_CATEGORIES
.map { Category(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment