fix: MorePanelConfig传参id错误
This commit is contained in:
parent
5972a3aa77
commit
077fc32e91
|
|
@ -358,7 +358,7 @@ class _MorePanelState extends TIMUIKitState<MorePanel> {
|
||||||
)),
|
)),
|
||||||
if (config.extraAction != null) ...?config.extraAction,
|
if (config.extraAction != null) ...?config.extraAction,
|
||||||
].where((element) {
|
].where((element) {
|
||||||
if (element.id == "screen") {
|
if (element.id == "take_video") {
|
||||||
return config.showCameraAction;
|
return config.showCameraAction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue