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

Commit 4148ae8a authored by Betty Chang's avatar Betty Chang Committed by Automerger Merge Worker
Browse files

Merge "[GAR] Set the attribute of SliceView is not important to skip for...

Merge "[GAR] Set the attribute of SliceView is not important to skip for Accessibily" into sc-dev am: 2a0df950

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

Change-Id: I6af1b3b09ad746cf89fe0bb885fd92ed5e8d9986
parents 245fecde 2a0df950
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ public class PanelSlicesAdapter
            sliceView = view.findViewById(R.id.slice_view);
            sliceView.setMode(SliceView.MODE_LARGE);
            sliceView.setShowTitleItems(true);
            sliceView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
            mSliceSliderLayout = view.findViewById(R.id.slice_slider_layout);
        }