Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10633181 authored by Pierre-Louis Guidez's avatar Pierre-Louis Guidez Committed by Automerger Merge Worker
Browse files

Merge "Add overscroll effect to option grids" into sc-dev am: 948e7597

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/14491683

Change-Id: I0663935e21755dfe6c5e4b89e46dd1b02deabf93
parents 7aec4d26 948e7597
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -309,8 +309,6 @@ public class OptionSelectorController<T extends CustomizationOption<T>> {
            if (mContainer.getLayoutManager() != null) {
                ((GridLayoutManager) mContainer.getLayoutManager()).setSpanCount(numColumns);
            }

            mContainer.setOverScrollMode(View.OVER_SCROLL_NEVER);
            return;
        }