管理不可以设置主持。

This commit is contained in:
2025-12-09 19:34:52 +08:00
parent 1dbdb9cabf
commit 7030256e70

View File

@@ -385,6 +385,7 @@ public class RoomUserInfoFragment extends BaseMvpDialogFragment<RoomUserPresente
case 3: case 3:
case 4: case 4:
contentView.findViewById(R.id.action_set_manager).setVisibility(GONE); contentView.findViewById(R.id.action_set_manager).setVisibility(GONE);
contentView.findViewById(R.id.action_set_host).setVisibility(GONE);
break; break;
} }
} else if (type == 3) { } else if (type == 3) {