diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/ViewModels/CatalogViewModel.cs b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/ViewModels/CatalogViewModel.cs index abc7f70ac..0a4f52139 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/ViewModels/CatalogViewModel.cs +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/ViewModels/CatalogViewModel.cs @@ -102,7 +102,7 @@ namespace eShopOnContainers.Core.ViewModels private async Task FilterAsync() { - if (Brand == null && Type == null) + if (Brand == null || Type == null) { return; }