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

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

Snap for 6477313 from 684466b9 to rvc-release

Change-Id: I10ea3413e7a005191692004c1feff15594ab4dc1
parents 64b9ae7f 684466b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ public class CarSavedQueryViewHolder extends CarSearchViewHolder {
    public void onBind(CarSearchFragment fragment, SearchResult result) {
        mTitle.setText(result.title);
        mIcon.setImageResource(R.drawable.ic_restore);
        mSummary.setVisibility(View.GONE);
        itemView.setOnClickListener(v -> {
            fragment.onSavedQueryClicked(CarSavedQueryViewHolder.this, result.title);
        });