From 6c027ca3f13f622c59f45c42f476dd9939ad5226 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 21 五月 2020 13:49:21 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- ZigbeeApp20200519/Shared/Phone/Category/CategoryMainForm.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp20200519/Shared/Phone/Category/CategoryMainForm.cs b/ZigbeeApp20200519/Shared/Phone/Category/CategoryMainForm.cs index aeccb00..0828d24 100755 --- a/ZigbeeApp20200519/Shared/Phone/Category/CategoryMainForm.cs +++ b/ZigbeeApp20200519/Shared/Phone/Category/CategoryMainForm.cs @@ -605,6 +605,20 @@ //涓嬫媺鍒锋柊 listview1.BeginHeaderRefreshingAction += () => { + //濡傛灉褰撳墠鏄櫄鎷熶綇瀹�,鍒欏彧缁欎釜鐗规晥 + if (Common.Config.Instance.Home.IsVirtually == true) + { + HdlThreadLogic.Current.RunThread(() => + { + System.Threading.Thread.Sleep(1500); + HdlThreadLogic.Current.RunMain(() => + { + listview1.EndHeaderRefreshing(); + }); + }); + return; + } + HdlThreadLogic.Current.RunThread(() => { //浠庣綉鍏冲埛鏂板満鏅垪琛� -- Gitblit v1.8.0