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

Commit ae401d32 authored by Kunhung Li's avatar Kunhung Li Committed by Android (Google) Code Review
Browse files

Merge "Fix scrolling goes under the expanded action bar" into tm-dev

parents 68468232 52b0a3ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -427,6 +427,8 @@ public class ColorSectionController implements CustomizationSectionController<Co
            ColorPageViewHolder(View itemView) {
                super(itemView);
                mContainer = itemView.findViewById(R.id.color_page_container);
                // Correct scrolling goes under collapsing toolbar while scrolling oclor options.
                mContainer.getChildAt(0).setNestedScrollingEnabled(false);
                /**
                 * Sets page transformer with margin to separate color pages and
                 * sets color pages' padding to not scroll to window boundary if multi-pane case