黄学彪
2019-11-13 8b9ce384b26c414db32f98e94e088f5334869c2d
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
@@ -73,7 +73,7 @@
            //设置点击后的状态
            this.SetClickStatu();
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime);
                Application.RunOnMainThread(() =>
@@ -86,8 +86,7 @@
                    //设置非点击后的状态
                    this.SetNotClickStatu();
                });
            })
            { IsBackground = true }.Start();
            });
        }
        /// <summary>