Browse Source

Fixed bug that disabled filtering when no products found.

pull/223/head
David Britch 7 years ago
parent
commit
366d968048
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/CatalogView.xaml

+ 1
- 2
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/CatalogView.xaml View File

@ -60,8 +60,7 @@
</Grid.RowDefinitions>
<!-- FILTERS -->
<Grid
BackgroundColor="{StaticResource LightGreenColor}"
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}">
BackgroundColor="{StaticResource LightGreenColor}">
<Label
Text="FILTER"
Style="{StaticResource FilterLabelStyle}"/>


Loading…
Cancel
Save