修复了切换游戏的时候播放背景音乐的问题
This commit is contained in:
@@ -332,16 +332,10 @@
|
||||
[self updateContrionEntranceWithRoomUid:[NSString stringWithFormat:@"%ld", roomInfo.uid] type:@"day"];
|
||||
}
|
||||
}
|
||||
|
||||
if (roomInfo.type == RoomType_MiniGame) {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
|
||||
[self updateRoomTopic];
|
||||
[self showLittleGameMiniView:roomInfo.type micCount:roomInfo.mgMicNum];
|
||||
[self configLittleGameState];
|
||||
[self configPlayMusicRoomTypeChange];
|
||||
}
|
||||
|
||||
- (void)onRoomEntered {
|
||||
@@ -407,7 +401,6 @@
|
||||
[self updateRoomTopic];
|
||||
[self showLittleGameMiniView:roomInfo.type micCount:roomInfo.mgMicNum];
|
||||
[self configLittleGameState];
|
||||
[self configPlayMusicRoomTypeChange];
|
||||
}
|
||||
|
||||
- (void)onRoomMiniEntered {
|
||||
|
Reference in New Issue
Block a user