修改测试问题,shouye ytuijian

This commit is contained in:
18401019693
2022-08-10 15:29:41 +08:00
parent 8c6b04685a
commit 7bb3f2d5f7
3 changed files with 8 additions and 8 deletions

View File

@@ -149,6 +149,7 @@ public class SystemChatMessageAdapter extends RecyclerView.Adapter {
String number = bean.getNum();
if (TextUtils.equals(type, bean.getType())) {
number = null;
bean.setNum(null);
}
//未读消息不为空并且大于0
try {
@@ -160,6 +161,7 @@ public class SystemChatMessageAdapter extends RecyclerView.Adapter {
}
}
type = null;
notifyDataSetChanged();
MessageIMManager.get(mContext).setSystemNumber(systemNumber);
}
}