开启摄像头文案显示逻辑优化
This commit is contained in:
parent
26937a374d
commit
b3ff943f1c
|
|
@ -444,9 +444,9 @@ class MeetingMainPageState extends State<MeetingMainPage> {
|
||||||
),
|
),
|
||||||
SizedBox(height: 4.h),
|
SizedBox(height: 4.h),
|
||||||
Text(
|
Text(
|
||||||
state.isSpeak.value == false
|
/*state.isSpeak.value == false
|
||||||
? '申请发言'
|
? '申请发言'
|
||||||
: state.isOpenCamera.value == true
|
: */state.isOpenCamera.value == true
|
||||||
? "关闭视频"
|
? "关闭视频"
|
||||||
: "开启视频",
|
: "开启视频",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue