HDL Home App 第二版本 旧平台金堂用 正在使用
chenqiyang
2022-03-29 17bf9921d0432fcab9d43ed256f02334e1cf6755
ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
old mode 100755 new mode 100644
@@ -1137,8 +1137,15 @@
                bool result = UserCenterLogic.InitUserCenterMenmoryAndThread();
                //启动ZigBee
                ZigBee.Common.Application.Init();
                ZigBee.Common.Application.Init();
#if iOS
                //初始化全视通
                Shared.IOS.HDLFVSDK.Video.Init("", revertData.UserID.ToString());
#endif
                HdlThreadLogic.Current.RunMain(() =>
                {
                    CommonPage.Loading.Hide();
@@ -1224,9 +1231,9 @@
            });
        }
        #endregion
#endregion
        #region ■ 一般方法___________________________
#region ■ 一般方法___________________________
        /// <summary>
        /// 检测隐私协议
@@ -1244,6 +1251,6 @@
            return true;
        }
        #endregion
#endregion
    }
}