From e747e6d8524e3146bb48dc304a713f309966b1c6 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 19 五月 2020 13:10:03 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs b/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs index aeccb00..0828d24 100755 --- a/ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs +++ b/ZigbeeApp/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