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

Commit 8604694b authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Always set the customize button in dream settings to not selected." into tm-dev

parents f558466b 94716a5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ public class DreamAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
            mCustomizeButton.setOnClickListener(v -> item.onCustomizeClicked());
            mCustomizeButton.setVisibility(
                    item.allowCustomization() && mEnabled ? View.VISIBLE : View.GONE);
            mCustomizeButton.setSelected(false);

            itemView.setOnClickListener(v -> {
                item.onItemClicked();