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

Commit 8f273000 authored by Ajay Nadathur's avatar Ajay Nadathur Committed by android-build-merger
Browse files

Hero suggestion is announced as disabled by talkback

am: e7f51073

Change-Id: Idba7b963c3a158335eb59fecdf036f444d3808b8
parents e81904ec e7f51073
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -99,8 +99,6 @@ public class SuggestionAdapter extends RecyclerView.Adapter<DashboardItemHolder>
        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 -> {