| | |
| | | new Tip() |
| | | { |
| | | CloseTime = 1, |
| | | MaxWidth = Application.GetRealWidth(300), |
| | | Text = Language.StringByID(StringId.SceneNameCannotBeEmpty), |
| | | Direction = AMPopTipDirection.None, |
| | | }.Show(bodyView); |
| | |
| | | { |
| | | 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); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | new Tip() |
| | | { |
| | | CloseTime = 1, |
| | | MaxWidth = Application.GetRealWidth(300), |
| | | Text = Language.StringByID(StringId.SceneNameCannotBeEmpty), |
| | | Direction = AMPopTipDirection.None, |
| | | }.Show(bodyView); |