fix:去除【我的】红点提醒
fix:私信悬浮头像改为默认熊猫头
This commit is contained in:
parent
a8793e9fcd
commit
e7ac583f77
@ -775,7 +775,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerInParent="true"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/m_chu_xia"
|
||||
android:src="@mipmap/chat_head_mo"
|
||||
app:riv_oval="true" />
|
||||
|
||||
<TextView
|
||||
|
@ -527,12 +527,13 @@ public class PDLiveConversationListActivity extends AbsActivity implements View.
|
||||
|
||||
//红点(我的)
|
||||
public void onUpdateFieldEvent(UpdateTablePointMe updateTablePointMe) {
|
||||
if (redpointMe == null) return;
|
||||
//不需要展示【我的】紅點
|
||||
/* if (redpointMe == null) return;
|
||||
if (updateTablePointMe.getPoint() == 0) {
|
||||
redpointMe.setVisibility(View.GONE);
|
||||
} else {
|
||||
redpointMe.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
//更新系統消息
|
||||
|
Loading…
Reference in New Issue
Block a user