From fef8136ca77f03dc4fb8988da94dcaf9dcabc9e0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 22 四月 2020 19:09:54 +0800 Subject: [PATCH] 2020-04-22 1.增加远程连接过程提示,请求参数合并到一个接口。 --- Crabtree/ON.Ios/AppDelegate.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Crabtree/ON.Ios/AppDelegate.cs b/Crabtree/ON.Ios/AppDelegate.cs index 0c8d46d..5d47357 100644 --- a/Crabtree/ON.Ios/AppDelegate.cs +++ b/Crabtree/ON.Ios/AppDelegate.cs @@ -111,7 +111,7 @@ } if (UIApplication.SharedApplication.ApplicationIconBadgeNumber > 0) { - RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), true); + //RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), true); } //if (UserConfig.Instance.SkinCode == 0) { application.StatusBarStyle = UIStatusBarStyle.DarkContent; @@ -168,8 +168,8 @@ UserConfig.Instance.SaveUserConfig (); - RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), - application.ApplicationState == UIApplicationState.Active ? true : false); + //RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), + // application.ApplicationState == UIApplicationState.Active ? true : false); UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0; } -- Gitblit v1.8.0