This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed bug that disabled filtering when no products found.
pull/223/head
David Britch
7 years ago
parent
79c46984bb
commit
366d968048
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}"/>
Write
Preview
Loading…
Cancel
Save