diff --git a/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java b/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java index 8502fa7f2cf..a9d0546664b 100644 --- a/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java +++ b/src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java @@ -157,8 +157,6 @@ public class SuggestionAdapter extends RecyclerView.Adapter final View primaryAction = holder.itemView.findViewById(android.R.id.primary); if (primaryAction != null) { clickHandler = primaryAction; - // set the item view to disabled to remove any touch effects - holder.itemView.setEnabled(false); } clickHandler.setOnClickListener(v -> {