From 081ea8d273048fd03756718ac6fb48a3c09218e9 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 29 十月 2019 13:10:00 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into DEV_GXC --- ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs index ff48dfc..51989da 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs @@ -135,8 +135,10 @@ { //鐣岄潰鍙冲垝涓嶅彲 UserView.HomePage.Instance.ScrollEnabled = false; + Shared.Common.CommonPage.BackKeyCanClick = false; var form = new DeviceFirmwareUpdateForm(); + form.CloseFormByClickBack = false; form.AddForm(oTADevice, deviceFirmware); //瀹屾垚鍗囩骇浜嬩欢 form.FinishUpdateEvent += (() => -- Gitblit v1.8.0