修改联系方式
This commit is contained in:
parent
19c0c8c6e7
commit
ceef0f1e57
@ -200,6 +200,7 @@ public class LiveAnchorEditCallMeAdapter extends RecyclerView.Adapter<LiveAnchor
|
||||
if (StringUtil.isEmpty(bean)) {
|
||||
letter.setText(R.string.live_anchor_edit_call_me_letter_content);
|
||||
letter.setTextColor(Color.parseColor("#80FFFFFF"));
|
||||
list.get(1).setValue(bean);
|
||||
if (onItemClickListener != null) {
|
||||
onItemClickListener.onItemClick(new TmpData("", 1, TYPE_LETTER), getAbsoluteAdapterPosition());
|
||||
}
|
||||
@ -286,8 +287,9 @@ public class LiveAnchorEditCallMeAdapter extends RecyclerView.Adapter<LiveAnchor
|
||||
if (StringUtil.isEmpty(bean)) {
|
||||
contact.setTag(null);
|
||||
contact.setHint(WordUtil.getString(R.string.live_anchor_edit_call_me_not_filled));
|
||||
if(position==0)
|
||||
if(position==0) {
|
||||
contact.setTextColor(Color.parseColor("#80FFFFFF"));
|
||||
}
|
||||
} else {
|
||||
contact.setTag(bean);
|
||||
contact.setText(bean);
|
||||
|
Loading…
Reference in New Issue
Block a user