We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf5e4 commit 29dbe55Copy full SHA for 29dbe55
WordPress/src/main/java/org/wordpress/android/ui/prefs/taxonomies/TaxonomiesNavMenuViewModel.kt
@@ -42,7 +42,7 @@ class TaxonomiesNavMenuViewModel @Inject constructor(
42
val taxonomies = mutableListOf<TaxonomyTypeDetailsWithEditContext>()
43
list.taxonomyTypes.forEach { type ->
44
appLogWrapper.d(AppLog.T.API, "Taxonomies - Taxonomy ${type.value.name}")
45
- if (type.value.visibility.showInNavMenus) {
+ if (type.value.visibility.showUi) {
46
taxonomies.add(type.value)
47
}
48
0 commit comments