mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Update: Hide sort/filter buttons
This commit is contained in:
parent
38c7c74ebf
commit
a42e8fd797
@ -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),
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user