修复与苹果端PK结束后,对方头像依旧存在的问题

This commit is contained in:
2023-02-28 15:50:20 +08:00
parent af63c4c8ac
commit 8d932a09e1
3 changed files with 22 additions and 3 deletions

View File

@@ -44,4 +44,14 @@ public class AnchorInfoEvent {
public void setClear(boolean clear) {
this.clear = clear;
}
@Override
public String toString() {
return "AnchorInfoEvent{" +
"clear=" + clear +
", id='" + id + '\'' +
", userNiceName='" + userNiceName + '\'' +
", avatar='" + avatar + '\'' +
'}';
}
}