pk头像框小修改,cp动画不出来头像动画最多10次,pk切换房间刷新UI。

This commit is contained in:
2026-01-22 10:18:41 +08:00
parent 1048b8f46e
commit 76f499f022
3 changed files with 53 additions and 24 deletions

View File

@@ -512,9 +512,7 @@ public class SingSongFragment extends BaseRoomFragment<SingSongPresenter, Fragme
public void roomInfoUpdate(RoomInfoResp resp) {
roomInfoResp = resp;
roomId = roomInfoResp == null ? "" : roomInfoResp.getRoom_info().getRoom_id();
// isWhether();
upWhether();
updateWheatData();
upDataView();
}
@Override