Skip to content

Commit

Permalink
Fix add photo not clickable in no results screen (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
huzaifaiftikhar authored and teolemon committed Mar 3, 2018
1 parent e7ed5fb commit 8752d21
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -162,6 +162,7 @@ public void onProductsResponse(boolean isResponseOk, List<Product> products, int
countProductsView.setVisibility(View.INVISIBLE);
offlineCloudLayout.setVisibility(View.INVISIBLE);
noResultsLayout.setVisibility(View.VISIBLE);
noResultsLayout.bringToFront();
} else {
countProductsView.setVisibility(View.INVISIBLE);
noResultsLayout.setVisibility(View.INVISIBLE);
Expand Down

0 comments on commit 8752d21

Please sign in to comment.