fix:去除【我的】红点提醒

fix:私信悬浮头像改为默认熊猫头
This commit is contained in:
zlzw 2022-09-07 13:35:25 +08:00
parent a8793e9fcd
commit e7ac583f77
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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);
}
}*/
}
//更新系統消息