From 207b7261e989e4271578eddb933b33ba008379bb Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 十一月 2021 14:14:25 +0800 Subject: [PATCH] 1 --- HDL-ON_iOS/Other/SkipControl.cs | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/HDL-ON_iOS/Other/SkipControl.cs b/HDL-ON_iOS/Other/SkipControl.cs index 7bcbc47..c3fc220 100644 --- a/HDL-ON_iOS/Other/SkipControl.cs +++ b/HDL-ON_iOS/Other/SkipControl.cs @@ -22,20 +22,9 @@ //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(user, true); - NSMutableArray list = new NSMutableArray(); - foreach (var localScene in HDL_ON.Entity.FunctionList.List.scenes) - { - list.Add(new HDLSceneSiri.HDLSiriSceneModel() - { - UserSceneId = localScene.userSceneId, - Name = localScene.name, - }); - } - var vc = new HDLSceneSiri.HDLSiriSceneListViewController(); - vc.DataSource = list; //vc.TitleName //PresentViewController(vc, true, null); - HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(vc, true); + //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(vc, true); } } -- Gitblit v1.8.0