wxr
2020-03-13 171bf03f3664226eeff2b20ee9bd2e914b63a17d
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;