ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/IconControlCommon.cs
@@ -54,7 +54,7 @@ //设置处于选择状态时,显示的图标 this.SetSelectPictrue(); new System.Threading.Thread(() => HdlThreadLogic.Current.RunThread(() => { System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime); Application.RunOnMainThread(() => @@ -62,8 +62,7 @@ //设置处于非选择状态时,显示的图标 this.SetUnSelectPictrue(); }); }) { IsBackground = true }.Start(); }); } /// <summary>