fix:去除【我的】红点提醒
fix:私信悬浮头像改为默认熊猫头
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
//更新系統消息
|
||||
|
||||
Reference in New Issue
Block a user