wjc
2025-01-07 90d5f028ccdaaaf64286f9d632cb335a4d0544b9
app/src/main/java/com/hdl/photovoltaic/ui/adapter/LanguageAdapter.java
@@ -43,11 +43,8 @@
        try {
            ItemData itemData = this.mList.get(position);
            holder.item_lift_name_tv.setText(itemData.getTitle());
            holder.item_lift_name_tv.setTextColor(mContext.getColor(R.color.text_E6000000));
            holder.item_right_icon_iv.setBackground(null);
            if (itemData.isState()) {
                holder.item_lift_name_tv.setTextColor(mContext.getColor(R.color.text_245EC3));
                holder.item_right_icon_iv.setBackground(AppCompatResources.getDrawable(mContext, R.drawable.select));
            }
            if (position == this.mList.size() - 1) {