黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/LoadingControl.cs
@@ -14,8 +14,8 @@
        /// </summary>
        public LoadingControl()
        {
            this.Width = Application.GetMinRealAverage(74);
            this.Height = Application.GetMinRealAverage(76);
            this.Width = HdlControlLogic.Current.GetPictrueRealSize(74);
            this.Height = HdlControlLogic.Current.GetPictrueRealSize(76);
        }
        /// <summary>
@@ -29,10 +29,10 @@
                while (this.Parent != null)
                {
                    System.Threading.Thread.Sleep(50);
                    Application.RunOnMainThread(() =>
                    HdlThreadLogic.Current.RunMain(() =>
                    {
                        this.UnSelectedImagePath = "Loading/" + index + ".png";
                    });
                    }, ShowErrorMode.NO);
                    index++;
                    if (index > 32)
                    {