wxr
2024-12-02 ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a
HDL_ON/UI/UI2/3-Intelligence/Scene/CatchSceneAddPage.cs
@@ -341,7 +341,6 @@
                        new Tip()
                        {
                            CloseTime = 1,
                            MaxWidth = Application.GetRealWidth(300),
                            Text = Language.StringByID(StringId.SceneNameCannotBeEmpty),
                            Direction = AMPopTipDirection.None,
                        }.Show(bodyView);
@@ -366,7 +365,10 @@
                            {
                                if (MainPage.SceneSupportFunctionList.Contains(temp.spk))
                                {
                                    catchFunctionList.Add(temp);
                                    if (catchFunctionList.Find((obj) => obj.sid == temp.sid && obj.spk == temp.spk) == null)
                                    {
                                        catchFunctionList.Add(temp);
                                    }
                                }
                            }
                        }
@@ -742,7 +744,6 @@
                    new Tip()
                    {
                        CloseTime = 1,
                            MaxWidth = Application.GetRealWidth(300),
                        Text = Language.StringByID(StringId.SceneNameCannotBeEmpty),
                        Direction = AMPopTipDirection.None,
                    }.Show(bodyView);