HDL_ON/UI/UI2/FuntionControlView/ArmCenter/ArmDeploymentSettingPage.cs
@@ -216,7 +216,7 @@ var code = securityAlarm.SaveInfo(); if (code == StateCode.SUCCESS) { SecurityCenter.Security.GetSecurityAlarmList(); Common.ApiUtlis.Ins.GetSecurityList(); Application.RunOnMainThread(() => { this.RemoveFromParent(); @@ -235,7 +235,11 @@ finally { Application.RunOnMainThread(() => { waitPage.Hide(); if (waitPage != null) { waitPage.RemoveFromParent(); waitPage = null; } }); } })