1
wxr
2021-11-26 8e24e0ed4ff439ff6c746325a1411f1208e64b8d
HDL-ON_iOS/Other/SkipControl.cs
@@ -3,7 +3,6 @@
using Foundation;
using Intents;
using IntentsUI;
using Other.Siri;
using UIKit;
namespace Other
@@ -20,6 +19,7 @@
            //user.View.BackgroundColor = new UIColor(242, 243, 247, 1);
            //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(user, true);
            NSMutableArray list = new NSMutableArray();
@@ -40,7 +40,7 @@
        public void SetData(bool isLogin, string accessToken, string refreshToken, string regionUrl)
        {
            var sDM = new SceneDateManager();
            var sDM = new Other.Siri.SceneDateManager();
            sDM.SetIsLoginValue(isLogin);
            sDM.SetAccessTokenValue(accessToken);
            sDM.SetRefreshTokenValue(refreshToken);