diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt index e9f5db36..40ea522c 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/InstalledFragment.kt @@ -206,7 +206,7 @@ class InstalledFragment : MainNavFragmentX() { text = stringResource(id = R.string.installed_applications), modifier = Modifier.weight(1f), ) - SuggestionChip( + /*SuggestionChip( shape = MaterialTheme.shapes.medium, colors = SuggestionChipDefaults.suggestionChipColors( containerColor = MaterialTheme.colorScheme.surface, @@ -223,7 +223,7 @@ class InstalledFragment : MainNavFragmentX() { label = { Text(text = stringResource(id = R.string.sort_filter)) } - ) + )*/ } ProductsVerticalRecycler( productsList = primaryList?.sortedBy(Product::label), diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt index 84da6c51..f1c01f71 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt @@ -144,7 +144,7 @@ class LatestFragment : MainNavFragmentX() { text = stringResource(id = R.string.recently_updated), modifier = Modifier.weight(1f), ) - SuggestionChip( + /*SuggestionChip( shape = MaterialTheme.shapes.medium, colors = SuggestionChipDefaults.suggestionChipColors( containerColor = MaterialTheme.colorScheme.surface, @@ -161,7 +161,7 @@ class LatestFragment : MainNavFragmentX() { label = { Text(text = stringResource(id = R.string.sort_filter)) } - ) + )*/ } } items(