| commit | 0c43dd37e7d7479b0dee6983c2f4945f1f76c5ac | [log] [tgz] |
|---|---|---|
| author | Pierre-Louis <plg@google.com> | Tue May 11 17:01:53 2021 +0200 |
| committer | Pierre-Louis <plg@google.com> | Tue May 11 17:02:32 2021 +0200 |
| tree | 0c9901077121ba795a3c353fafd35fbeb5d9df76 | |
| parent | 3f2c77657690f76ccd3efbd5a0dbcd8b993dc727 [diff] |
Add overscroll effect to option grids Fixes: 187470337 Test: manual Change-Id: I270980805f71ae5ea37b013f62b0f92428f4e318
diff --git a/src/com/android/customization/widget/OptionSelectorController.java b/src/com/android/customization/widget/OptionSelectorController.java index 2df3eea..f1d14c5 100644 --- a/src/com/android/customization/widget/OptionSelectorController.java +++ b/src/com/android/customization/widget/OptionSelectorController.java
@@ -309,8 +309,6 @@ if (mContainer.getLayoutManager() != null) { ((GridLayoutManager) mContainer.getLayoutManager()).setSpanCount(numColumns); } - - mContainer.setOverScrollMode(View.OVER_SCROLL_NEVER); return; }