From 3bedb23993745f97e5870eca160c9f00c053c44c Mon Sep 17 00:00:00 2001
From: JLChen <jlchen@JLChendeMac.local>
Date: 星期五, 14 五月 2021 18:55:30 +0800
Subject: [PATCH] 实现门锁的UI

---
 HDL_ON/UI/MainPage.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index bc607ef..1315ac8 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -371,7 +371,10 @@
                     {
                         if (view != null)
                         {
-                            view.RemoveFromParent();
+                            if(view.Tag.ToString() != "unlockpage")
+                            {
+                                view.RemoveFromParent();
+                            }
                         }
                     }
                 }

--
Gitblit v1.8.0