Loading core/java/com/android/internal/app/ChooserActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/java/com/android/internal/app/ChooserActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading