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

Commit c07c1539 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4388906 from e7f51073 to oc-mr1-release

Change-Id: Ib203c0c19cee62325afb7487952e31ebcc98f03b
parents dc35870b 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 -> {