1:修改BUG
This commit is contained in:
@@ -83,10 +83,10 @@ public class RoomManager {
|
||||
|
||||
// 显示加载提示
|
||||
// 这里可以根据需要添加加载对话框
|
||||
if (CommonAppContext.getInstance().isRoomJoininj) {
|
||||
return;
|
||||
}
|
||||
CommonAppContext.getInstance().isRoomJoininj = true;
|
||||
// if (CommonAppContext.getInstance().isRoomJoininj) {
|
||||
// return;
|
||||
// }
|
||||
// CommonAppContext.getInstance().isRoomJoininj = true;
|
||||
// 检查是否有有效的缓存数据
|
||||
RoomInfoResp roomInfo = getCachedRoomData(roomId);
|
||||
//加入房间
|
||||
|
||||
Reference in New Issue
Block a user