黄学彪
2019-10-12 c6b35c3138b944830b5336bf610f918154dd47c7
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>