| | |
| | | if (bodyView.roomListView.GetChildren(i).GetType() == typeof(FrameLayout)) |
| | | { |
| | | var view1 = bodyView.roomListView.GetChildren(i) as FrameLayout; |
| | | if (!function.roomIdList.Contains(view1.Tag.ToString())) |
| | | if (!function.roomIds.Contains(view1.Tag.ToString())) |
| | | continue; |
| | | for (int j = 0; j < view1.ChildrenCount; j++) |
| | | { |
| | |
| | | } |
| | | else |
| | | { |
| | | foreach (var rId in function.roomIdList) |
| | | foreach (var rId in function.roomIds) |
| | | { |
| | | if(rId == null) |
| | | { |
| | |
| | | |
| | | foreach (var m in Music.A31MusicModel.A31MusicModelList) |
| | | { |
| | | if (m.roomIdList.Contains(room.sid)) |
| | | if (m.roomIds.Contains(room.sid)) |
| | | { |
| | | Music.SendMethod.Pause(m); |
| | | } |