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

Commit 7a3c0edf 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 am: c15cc627

am: 5dad0eb1

Change-Id: I7f2e136e1cddf332bf8f1a479dccc598e977f5ee
parents 699ab811 5dad0eb1
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;