ZigbeeApp/Shared/Phone/Category/AddOrEditorSceneForm.cs
@@ -822,6 +822,9 @@ this.editorScene.IconPath = this.cloneScene.IconPath; this.editorScene.Save(); //新建场景,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; HdlThreadLogic.Current.RunMain(() => { //调用回调函数 @@ -889,6 +892,9 @@ this.editorScene.IconPath = this.cloneScene.IconPath; this.editorScene.Save(); //编辑场景,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; HdlThreadLogic.Current.RunMain(() => { //调用回调函数