gxc
2019-10-29 ed2f4a97aa48cdb4a013d2a389877f52eb3eccdf
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SearchEditText.cs
@@ -150,7 +150,7 @@
        /// </summary>
        private void StartSearchKeysThead()
        {
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                while (this.Parent != null)
                {
@@ -176,8 +176,7 @@
                    //如果当前的检索键值与下一个检索键值不一样的话
                    //那就说明,用户再次输入了键值,这个时候,让线程继续跑下去
                }
            })
            { IsBackground = true }.Start();
            });
        }
        #endregion