个播PK:PK去去掉抱他上麦功能
This commit is contained in:
@@ -600,8 +600,7 @@ public class UserInfoDialog extends AppCompatDialog implements View.OnClickListe
|
||||
}
|
||||
});
|
||||
}
|
||||
if (userInfo.getAbsCardPics() == null)
|
||||
{
|
||||
if (userInfo.getAbsCardPics() == null) {
|
||||
recyclerViewSkill.setVisibility(View.GONE);
|
||||
} else {
|
||||
recyclerViewSkill.setVisibility(View.VISIBLE);
|
||||
@@ -1012,7 +1011,8 @@ public class UserInfoDialog extends AppCompatDialog implements View.OnClickListe
|
||||
* 抱ta上麦
|
||||
*/
|
||||
private void handleInviteMicItem(List<TextView> buttonItems) {
|
||||
if (!SuperAdminUtil.isSuperAdmin()) {
|
||||
if (!SuperAdminUtil.isSuperAdmin() &&
|
||||
!(AvRoomDataManager.get().isSingleRoom() && AvRoomDataManager.get().isOpenAnotherPKMode())) {
|
||||
buttonItems.add(createInviteMicItem());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user