黄学彪
2020-08-11 26d1cdf2f5246c1ad7890e6740444c4a6a80e6fb
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/LoadingControl.cs
@@ -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)
                    {