From ba30f4585670341ef85d38fa6545d8e037c6abcd Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 26 三月 2021 17:08:48 +0800 Subject: [PATCH] 2021-3-26-3 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs index 4dafb7b..7557031 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs @@ -12,6 +12,15 @@ bool IsNeedGoToGuideAddGatewayView = false; + public override void RemoveFromParent () + { + base.RemoveFromParent (); + if (!IsHideBack) { + //鍒ゆ柇鏄惁闇�瑕侀殣钘忔垨鑰呮樉绀哄姛鑳借彍鍗曟寜閽� + UserSettingView.CheckIfRefreshView (); + } + } + public GuideAddResidence () { BackgroundColor = SkinStyle.Current.MainColor; -- Gitblit v1.8.0