Skip to content

Commit

Permalink
fix scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
paweltomaszewskisaucelabs committed Sep 27, 2024
1 parent aa4232f commit e4be920
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
binding = DataBindingUtil.inflate(inflater, R.layout.fragment_product_catalog, container, false);
viewModel = ViewModelProviders.of(this, new ProductCatalogViewModelFactory(app)).get(ProductCatalogViewModel.class);
bindData();
binding.productRV.setNestedScrollingEnabled(false);

// Add visual changes
if (this.addVisualChanges) {
Expand Down

0 comments on commit e4be920

Please sign in to comment.