陈嘉乐
2020-09-02 e79b65b97a8ae1eae5ee172dea1b52d041006599
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)
                    {