加载等待红屏改为透明

This commit is contained in:
fuenmao 2025-01-08 10:08:24 +08:00
parent bc3b05403d
commit d008eebe64
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
],
)
: Container(
color: Colors.red,
color: ColorUtil.Color_0_0_0_0,
/*child: Text('加载反馈:是否成功加入会议室${state.isJoinSuccess.value}-会议室对象${state.rctEngine.value}-成员列表${state.users.value.length}-全员观看ID${state.remoteUid.value}'),*/
)),