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

Commit f6f4ad23 authored by Matt Pietal's avatar Matt Pietal Committed by android-build-merger
Browse files

Merge "Sharesheet - a11y fix for az label" into qt-dev

am: 02db431c

Change-Id: I9e6dd02c53e7cb5662fa0c94929af6ba01cea316
parents df357026 02db431c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2656,7 +2656,7 @@ public class ChooserActivity extends ResolverActivity {
        @Override
        public boolean isEnabled(int position) {
            int viewType = getItemViewType(position);
            if (viewType == VIEW_TYPE_CONTENT_PREVIEW) {
            if (viewType == VIEW_TYPE_CONTENT_PREVIEW || viewType == VIEW_TYPE_AZ_LABEL) {
                return false;
            }
            return true;