From 590a012a34db27cd1630eb70406e05d5af55e4ca Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 27 十一月 2019 10:15:21 +0800
Subject: [PATCH] 20191126

---
 HDL-ON_iOS/AppDelegate.cs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 4663b3d..22e01c9 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -10,18 +10,6 @@
     public static class SharedMethod
     {
         public static UIApplication sharedApp;
-        public static void ChangeSkin()
-        {
-            switch (UserConfig.Instance.SkinCode)
-            {
-                case 0:
-                    sharedApp.StatusBarStyle = UIStatusBarStyle.LightContent;
-                    break;
-                case 1:
-                    sharedApp.StatusBarStyle = UIStatusBarStyle.Default;
-                    break;
-            }
-        }
         public static PageLayout CurPageLayout = null;
         public static bool IsBackground;
 

--
Gitblit v1.8.0