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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs index 9def5f4..7557031 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Guide/GuideAddResidence.cs @@ -3,12 +3,24 @@ namespace Shared.SimpleControl.Phone { + /// <summary> + /// 浣忓畢鍒楄〃椤甸潰 + /// </summary> public class GuideAddResidence : FrameLayout { public bool IsHideBack = false; bool IsNeedGoToGuideAddGatewayView = false; + public override void RemoveFromParent () + { + base.RemoveFromParent (); + if (!IsHideBack) { + //鍒ゆ柇鏄惁闇�瑕侀殣钘忔垨鑰呮樉绀哄姛鑳借彍鍗曟寜閽� + UserSettingView.CheckIfRefreshView (); + } + } + public GuideAddResidence () { BackgroundColor = SkinStyle.Current.MainColor; -- Gitblit v1.8.0