升级融云sdk版本暂存
This commit is contained in:
@@ -14,9 +14,19 @@ public class MessageUserInfoBean extends BaseModel{
|
||||
@SerializedName("msg")
|
||||
String sayHiMsg;
|
||||
|
||||
int id;
|
||||
|
||||
int status; //0 需要跳转到 编辑资料页面
|
||||
String extras;
|
||||
|
||||
public int getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(int id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public String getExtras() {
|
||||
return extras;
|
||||
}
|
||||
|
||||
@@ -87,6 +87,10 @@ public class MessageSayHiNotifyDialog extends AbsDialogCenterPopupWindow {
|
||||
@Override
|
||||
protected void onCreate() {
|
||||
super.onCreate();
|
||||
if(userInfoBean.getId()==0){
|
||||
dismiss();
|
||||
return;
|
||||
}
|
||||
findViewById(R.id.liveGo).setOnClickListener(v -> {
|
||||
isSayHi = true;
|
||||
Conversation.ConversationType type = Conversation.ConversationType.PRIVATE;
|
||||
|
||||
Reference in New Issue
Block a user