From 171bf03f3664226eeff2b20ee9bd2e914b63a17d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 13 三月 2020 09:18:50 +0800
Subject: [PATCH] 20200313

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

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 3950f3a..28d9fd4 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -179,6 +179,7 @@
             SharedMethod.SharedMethod.sharedApp = application;
             Shared.Application.IsGpsEnable = false;
             //NSString* nsCount = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
+            application.StatusBarStyle = UIStatusBarStyle.DarkContent;
 
             string nsCount = NSLocale.CurrentLocale.CountryCode;
             if (nsCount != UserConfig.Instance.CountryCode)
@@ -227,7 +228,6 @@
             {
                 //RemoteInfo.Current.ReadMsgList(true);
             }
-            application.StatusBarStyle = UIStatusBarStyle.Default;
 
             //Harpy.Harpy.SharedInstance.PresentingViewController = this.Window.RootViewController;
             //Harpy.Harpy.SharedInstance.WeakDelegate = this;

--
Gitblit v1.8.0